What are the types of lookup caches?
Answer Posted / ram
1. Full Cache
2. Part Cache
3. No Cache
| Is This Answer Correct ? | 3 Yes | 30 No |
Post New Answer View All Answers
What are the types of data warehouses?
What do you understand by SOA of Informatica?
What are the different versions of informatica?
Can you use flat files in Mapplets.
How do you take back up of repository?
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 do you update the records with or without using update strategy?
What are data-driven sessions?
What if the source is a flat-file?
Explain sql transformation in script mode examples in informatica
How can we handle two sessions in informatica?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
What are session parameters ? How do you set them?
Briefly explain the aggregator transformation?
Define joiner transformation?