If I have 10 flat files with same name abc.txt files with different timestamps as source
I need to load them in tgt table oracle.
in between job execution fails and rows are not loaded into tgt.
how can I make them load in that target even if my job fails?
No Answer is Posted For this Question
Be the First to Post Answer
What is critical mapping?
Filter transformation in the condition one of the data is NULL would the record be dropped.
how can we run workflow with pmcmd?
if we are extracting 600000 records from a source table so how much volume of records frequently we load in warehouse. (Iknow its depend on client requirement) still i want to know how much volume of records store in warehouse.
What is the diff. b/w informatica versions 8.1.1 and 8.6.1?
i have 2 mapings for this 2 mapings i want use only one lookupt/r how?
if i have a delimited file as source so how can we seperate this file into three diff targets?
What are the settings that you use to configure the joiner transformation?
what is shortcut in informatica? difference between shortcut,reusable object?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
What is flashback table ? Advance thanks
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,