HOW TO YOU LOAD TIME DIMENSION
lookup transformation with screenshots
My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify
What are the types of error logs available in Informatica?
What is limitations of truncate and load option
write a query for how to eliminate the duplicate rows without using distinct?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
Difference between Target-based loading and constraint-based loading?
what are the unix commands to start the wrk flow ?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
can v update d records in target using update stargey without generationg primary key ? explain