if we r using aggregator we enabled sorted input but the
records r not sorted what happen?
Answers were Sorted based on User's Feedback
When the 'Sorted Input' is enabled and if the data is not
sorted, then unexpected results will occur. It means the
session will succeed but the end result may not be the way
as per the business requirement.
Another point to be remembered is:
Group by columns in the Aggregator transformation must be
in the same order as they appear in the Sorter
transformation
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / vaibhav bhandeo
This technique is used when you want a performnce boost.
There will be an aggrigator cache created and will be
indexed. Although you have not given a sorted input it will
still work fine as it is indexed in cache. Please note this
is not like a page fault where you have to bring the page
from the secondary memory when not found in primary memory.
| Is This Answer Correct ? | 1 Yes | 9 No |
Answer / k gopi krishna
Session throws warning. can see it in log file
In case of Join , i guess session fails
| Is This Answer Correct ? | 0 Yes | 8 No |
Could any one to tell Fact table Partitioning?
In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting output as only last record in the table . can any one explain it please.........?
What are the tasks that can be performed using sq?
Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
my source contain data like this eno ename phno 100 john 9989020508 101 ram 7246599999 i want to load the data into target is eno name phno 100 john (998)-9020-508 102 ram (724)-6599-999.
I need an oracle query for convert Char to Integer?. Can any one help me how to do this?
How to load last 10 records of flat file in to the target?
Differentiate between source qualifier and filter transformation?
Transformer is a __________ stage option1:Passive 2.Active 3.Dynamic 4.Static
Can you create a flatfile target
Hi I'm new in Informatica. Can you show me a mapping sample on how to piviot the records? Thanks Robin