what is curr val use for in sequence generator?
Answer Posted / sree
CURR_VAL is NEXT_VAL plus incermentby value.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Have you worked with/created Parameter file
How do we call shell scripts from informatica?
explain about unit testing? in real time?
pmscmd startworkflow -sv
What is meant by target load plan?
Enlist the differences between database and data warehouse.
How to join three sources using joiner? Explain though mapping flow.
what is the size ur source like(file system or database)? how many record daily come u r banking project?
How to load data in informatica ?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
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 blocking transformation?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
What is flashback table ? Advance thanks
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?