in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answer Posted / eswar
As Prakash said
ower write sq ("select *from <tableNmae> where rownum <=
10;")
Instead of using Aggregator its better if we use Router
Transformation, wherefrom we can route the rows to target
(s).
note: use two target table in which u want to load that two
records
====
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of an aggregator cache file?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
What is rank transform?
How do you load only null records into target? Explain through mapping flow.
Suppose we do not group by on any ports of the aggregator what will be the output?
What is update strategy transform?
Define mapping and session?
what is $$$$?
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 are junk dimensions?
What is data transformation manager process?
how to create user defined function (udf) in informatica
How we can use union transformation?
Briefly define a session task?
what is the size of u r source(like file or table)?