i have source as Column1 101 a 101 b 101 c so i want to load target as column1 ---> 101 abc
HP,
3 5831followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
2 5965how will u get 1 and 3rd and 5th records in table what is the query in oracle please help me
16 25400Post New Informatica Questions
Explain the tuning lookup transformation - informatica
What are the main features of Oracle 8i with context to datawarehouse?
where to store informatica rejected data?
What are active and passive transformations?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
How might one distinguish in the case of mapping is right or not without associating session?
What is rank index in rank transformation?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
What are batches?
How many numbers of sessions can one group in batches?
Differentiate between reusable transformation and mapplet.
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
Define Pmrep command?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
How many ways are there to create ports?