difference between informatica 8.6 and 9
Answer Posted / ramana
we can select distinct record using union trans in informatica 9x
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What the difference is between a database, a data warehouse and a data mart?
How do you update the records with or without using update strategy?
What are the designer tools for creating transformations?
What's the layout of parameter file (what does a parameter file contain?)?
can we override a native sql query within informatica? Where do we do it?
Where do we use mapping variables in informatica?
Tell me about Propagate functions in informatica
How to update source definition?
What are different types of transformations available in informatica?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
How to join three sources using joiner?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
What are roles and groups and benefits of using them?
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 is update strategy transform?