What are the different options used to configure the
sequential batches?
Answers were Sorted based on User's Feedback
Answer / swetha
Two options
Run the session only if previous session completes
sucessfully. Always runs the session.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / janardhanreddy
$Session.Status=Succeed or $Session.Status=fail
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you join two tables without any common column present in them?
i have n number of records in my source, i want first and last record to my target. how can u implement this scenario .
What is the difference between normal and bulk loading? Which one is recommended?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
Define maping and sessions?
Differentiate between router and filter transformation?
my session have to run Monday to Saturday not run sunday how to sedule in informatica level?
1 Answers Infinite Computer Solutions,
Is stop and abort are same in informatica?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
What is a shortcut and copy in Informatica and how two are different with each other?
As union transformation gives UNION ALL output, how you will get the UNION output?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?