I cleared Informatica certification Designer. if anybody
need dumps, can contact at mukesh1009@gmail.com
Answer Posted / venkat
Hi Mukesh,
This is venkat can you please send informatica
certification to my mail id is prasad.reddy3449@gmail.com
Thanks in Advance
venkat
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the different lookup cache(s)?
What is the use of transformation?
Write the prerequisite tasks to achieve the session partition?
What are roles and groups and benefits of using them?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
hi real timers . iam waiting for ur reply regarding ETL TESTING
What are the main issues while working with flat files as source and as targets ?
What are Dimensional table?
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
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
Write the unconnected lookup syntax?
How to generate sequence numbers?
What is the sql query overwrite in source qualifier in informatica
What is depict expression change?
How to load a Dimension ? and how to load a fact table?