How can i send first half of the records to one target and
Remaining to other target?
Answer Posted / sakthi
i think we can write sql query in first source qualfier and and select another source qualifier and write sql over ride query
1)select * from employees where rownum <= ( select count(*)/2 from employees);
2)select * from employees minus (select * from employees where rownum <= ( select count(*)/2 from employees));
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to extract the informatica rejected data?
Explain the different dimensions.
can we override a native sql query within informatica? Where do we do it? How do we do it?
According to his methodology what all you need before you build a datawarehouse
What is xml source qualifier transformation in informatica?
How do you use reject loader.
What are the new features of Power Center 5.0?
Slowly changing dimensions, types and where will you use them
Explain the features of connected and unconnected lookup.
While migrating the data from one environment to another environment how would you manage the connections?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What are the restrictions of union transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is dynamic cache?
What is source qualifier transformation in informatica?