Which are the different editions of informatica powercenter that are available?
No Answer is Posted For this Question
Be the First to Post Answer
disable caching in a lookup transformation?
What is the meaning of decode in informatica?
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.
Is it necessary to maintain the primary-foreign key relation ship between the targets in informatica while loading using constarint based loading or it is required only at database level ??
In which transformation you cannot drag ports into it?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
when we dont use aggregator in mapping ?
If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?
Without using any transformations how u can load the data into target?
What is a look up function? What is default transformation for the look up function?
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?