in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answers were Sorted based on User's Feedback
Answer / anoymous
override source qualifier
select * from tablename where rownum=1 and rownum=10;
| Is This Answer Correct ? | 4 Yes | 16 No |
What are the different types of repositories created using informatica?
i hav a scenario like this i want load data from source to target as follows frist it counts the num of deptno and display with that with count and how many times it reapts along with all the records in source
Can we make worklet inside worklet?
Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?
Is there any way to read the ms excel datas directly into informatica?
What are the hard ware required for a normal sized data warehouse? and What are the software required for a normal kind of data warehouse?
What is active and passive transformation?
how to improve performence by using sorted input in aggrigator t/r.
my table contain duplicate Records i wanna load uniq records to my table . i have to pass the uniq records through filter t/r how?
I need an oracle query for convert Char to Integer?. Can any one help me how to do this?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
in flatfile target how can u create header and footer plese give me the comands how will u write in session properties