Answer Posted / purna
Repository is Brain of Informatica.
In every project must and should to use one or more repository.
It is metadata object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to convert multiple rows to single row (multiple columns) in informatica
what is the hint? how to use it to reduce the query processing in program?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Partition, what happens if the specified key range is shorter and longer
How to open an older version of an object in the workspace?
Tell me about MD5 functions in informatica
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
Define Pmrep command?
update strategy transformation in informatica
How do you update the records with or without using update strategy?
What is parallel processing in informatica?
What are ETL Tools?
What is the difference between source qualifier transformations source filter to filter transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?