Informatica software installation 8.1/7.1.3/7.1 with oracle
10g database (optional Teradata v2R6)
What is Micro Strategy? Why is it used for?
waht is dataware house
I have a text file name x With a text message. Word informatica Is repeated for n number of times. How to count the number of occurrence Of word informatica Of word informatic in this file x.
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
Explain scd type 3 through mapping.
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
what is rank and dense rank in informatica with any examples and give sql query for this both ranks
what are objects in data warehouse?
What is difference between a gateway node and worker node?
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null