How many ways a relational source definition can be updated and what are they?
explain different levels in pushdown optimization with example?
Can anyone guide me the steps to install informatica PC 8.5.1 with database as oracle
what is the mechanism of the Master-Detail joining condition?
Explain pushdown optimization and types in informatica
What are the informatica performance improvement tips
What is informatica?
i have a session which creates a file every time when i runs the session, but it replaces the first file with second file,i want to append the second file follwed by first file when i runs the session,how to achieve this?
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V
What is blocking transformation?
Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)
i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
how do u use sequence created in oracle in informatica? Explain with an simple example