i having mapping
emp---> sq_emp--->target
using this mapping i have to load dept table values into
target... (condition assume there is no primary and foreign
key relation between emp(table x) and dept (table Y))
Answers were Sorted based on User's Feedback
Answer / babu
U CAN WRITE SQL OVERRIDE( SELECT
DEPT.DEPTNO,DEPT.DNAME,DEPT.LOC FROM DEPT)
AND U CONNECT SOURE TO TARGET ONLY 3 PORTS THOSE DATA TYPES
MUST BE MATCHED.
EMP-->SQ_EMP---->TRG
Is This Answer Correct ? | 8 Yes | 1 No |
interviewer asked the this question.. i too felt that its not possible to load into target without helping primary key foreign key relation ship.. but i am looking forward for more answers.. plz if any body can...
Is This Answer Correct ? | 0 Yes | 0 No |
Define enterprise data warehousing?
what is unit testing?tell me proceedure
what is threshold error in informatica?
what is mean by grouping of condition column in lookup transformation?
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
What are the performance considerations when working with aggregator transformation?
How might you approve all mappings in the archive all the while?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
Hi, I have one scenario.. i want to insert 4 times (Duplicate) a row in the target. Please help me . source row: abcabc Tgt table: abcabc abcabc abcabc abcabc
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 lookup ?
What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?