How can we update a record in the target table without using update strategy?
No Answer is Posted For this Question
Be the First to Post Answer
can you use flat file for repository?why?
what is update strategy transformation ?
how to get the only updated records in the target
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
how many types of dimensions are available in informatica?
what is threshold error in informatica?
Explain transaction control transformation in informatica
What happens if the info. Server doesn't find the session parameter in the parameter file?
Can we write to_date(three arguments) ? Will it work ? Advance thanks
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
What is confirmed dimension and fact?
Enterprise data warehouse your projects phase by phase explain?