Write the advantages of partitioning a session?
No Answer is Posted For this Question
Be the First to Post Answer
what is constraint based load order
I have a flat file, want to reverse the contents of the flat file
my source contain data like this cno cname sal 100 rama@gmail.com 1000 200 karuna@yahoo.com 2000 i want load my data to the target is cno cname sal 100 rama 1000 200 karuna 2000 plz send the answer
i have a wf i want to run this very day 3 time every 3 hours how can you scheduled that?
How do you do error handling in Informatica?
Informatica and datawarehousing courses in Pune?
What is lookup transformation?
In informatics server which files are created during the session rums?
What is best approach to load 100 different source files (Different structure) to differet target tables ?
how to declare array in plsql?
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
SOURCE NAME SAL GANGA 30000 RAJU 20000 PAVAN 25000 TARGET NAME SAL MAXSAL GANGA 30000 30000 RAJU 20000 30000 PAVAN 25000 30000 in mapping level how to achive that