what is meant by data driven.. in which scenario we use
that..?
Answer Posted / teja_dwh
Data driven is nothing but but instruct the source rows that
should take action on target i.e(update,delete,reject,insert).
If we use the update strategy transformation in a mapping then
will select the datadriven option in session.
reply me if am wrong
teja_dwh@yahoo.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Can we override a native sql query within informatica?
How can we delete duplicate rows from flat files?
Which transformation is needed while using the Cobol sources as source definitions?
How can you increase the performance in joiner transformation?
What are the main features of Oracle 8i with context to datawarehouse?
What is joiner transformation in informatica?
Can we create a node as a gateway node and the same node can be assigned to a grid?
How to load the data from a flat file into the target where the source flat file name changes daily?
What do you understand by SOA of Informatica?
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
How are the sources and targets definitions imported in informatica designer?
How can repository reports be accessed without sql or other transformations?
Have you worked with/created Parameter file
what is $$$$?