What is a code page?
No Answer is Posted For this Question
Be the First to Post Answer
How to retrieve last two days updated records?
Have you worked with/created Parameter file
explain about unit testing? in real time?
Why is meant by direct and indirect loading options in sessions?
What is confirmed dimension and fact?
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
You have defined the following: - Commit Type = 'Target' - Commit Interval = 10000 - writer buffer block can hold multiple 7,500 rows - you are loading 40,000 records into the target After how many records will the Informatica Server issue commit commands? a)7500, 15000, 22500, 30000, 40000 b)15000, 22500, 30000, 37500, 40000 c)15000, 22500, 30000, 40000 d)15000, 30000, 40000
source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?
What is sql query override? When did u use sql query override?
Differences between version 7.x and 8.x.
0 Answers Accenture, Cognizant,
There are 10 flat files; out of 10 files 1 file is empty. How do you identify the empty file? How can you load all files into targets?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C