1)What is Data Masking in informatica?
2)How to restrict junk characters while loading data into
target.
3) what happen if i won't pass sorted input in a
transformation.
No Answer is Posted For this Question
Be the First to Post Answer
what are surrogate keys?
without table how to come first record only in oracle?
Name the different lookup cache(s)?
What are events in workflow manager?
we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
Tell me one complex query in oracle ?
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
what is incremental aggregation ,with example?
error reading data in flatfiles. Instead rading Ravi Teja its reading Ravi?Teja.How to handle this issue.
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How