Explain how many types of dimensions are available in informatica?
No Answer is Posted For this Question
Be the First to Post Answer
Howmany ways yoU can update a relational source defintion and what are they?
i have a table with name field. i,e name Shankar prabhakar nitikripa so no if a occures 3 times in name then it will go to tgt A if b occures 3 times in name then it will go to tgt b .. if z occures 3 times in name then it will go to tgt z
How can i generate Seqence Numbers to Tagret Table (with out using Seqence Gen Trans,Rank Trans).
My flat file source is C_Id 1-nov-2011 8-nov-2011 100 2000 1500 101 2500 2000 I want my Target as C_Id Week_Num Amt 100 45 2000 100 46 1500 101 45 2500 101 46 2000
how tokens will generate?
Why touse stored procedure in ETL Application?
What is a code page in Informatica
3 Answers American Express, Cognizant, Deloitte,
which T/r we can use it mapping parmeter and mapping variable? and which one is reusable for any mapping mapping parmeter or mapping varibale?
What is workflow variable? When we use workflow variable? Can any one explain me with one example???
what is the size of ur database(like oracle)
What is sql query override? When did u use sql query override?
write sql query to remove null value following table id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output id name 101 dinesh 102 suresh 103 prakesh