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



if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

Answer / purnima

The session fails.

Is This Answer Correct ?    30 Yes 6 No

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

Answer / deepthi

If u enable the 'sorted I/p'option in AGG tranformation,
power center server assumes that all data is sorted by
group.
If u use sorted i/p and dont use the sorted data session
fails.

Is This Answer Correct ?    17 Yes 2 No

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

Answer / infa developer

Session fails

Is This Answer Correct ?    8 Yes 2 No

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

Answer / krishnakanth.ch

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

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

Answer / saradhi

i think its thorws an error

Is This Answer Correct ?    2 Yes 4 No

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

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

if we r using aggregator we enabled sorted input but the records r not sorted what happen?..

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

Post New Answer

More Informatica Interview Questions

Could any one to tell Fact table Partitioning?

2 Answers  


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.........?

4 Answers  


What are the tasks that can be performed using sq?

1 Answers  


Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.

1 Answers  


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?

1 Answers  


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.

5 Answers   TCS,


I need an oracle query for convert Char to Integer?. Can any one help me how to do this?

3 Answers  


How to load last 10 records of flat file in to the target?

5 Answers   iNautix,


Differentiate between source qualifier and filter transformation?

1 Answers  


Transformer is a __________ stage option1:Passive 2.Active 3.Dynamic 4.Static

2 Answers   Accenture,


Can you create a flatfile target

3 Answers   ABC,


Hi I'm new in Informatica. Can you show me a mapping sample on how to piviot the records? Thanks Robin

1 Answers  


Categories