How can you define a transformation? What are different types of transformations in Informatica?
10 25500What is data quality? How can a data quality solution be implemented into my informatica transformations, even internationally?
2 21372Post New Informatica Questions
What is the use of code page?
Sequence generator, when you move from develoment to production how will you reset
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Define sessions in informatica etl?
What is incremental aggregation?
What are active transformations.
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
Explain the mapping variable usage example in informatica
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
can we override a native sql query within informatica? Where do we do it? How do we do it?
Please let me know how to make encryption and decryption with example?
What are the components of Informatica? And what is the purpose of each?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM