Can we use parameters of parameter file in presession
command
Answer / hemant.raut33
Yes ,we can use parameters of parameter file into
presession command of a task.
| Is This Answer Correct ? | 1 Yes | 6 No |
please let me know which type of question arise in interview on project manager round on insurance project with answer pls reply asap.
in unconnected lookup , what are the other transformations , that can be used in place of that expression transformation ?
How to use Normalizer transformation?
Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?
Can we override a native sql query within informatica?
what is constraint based loading
By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows) to another target?
What is the use of target designer?
delete data from staging table as it loads to target table.here is the case we are getting data from 3 different server.a b and c.the data from server A loaded into staging table and we ran the task and data loaded to target table.now today data from server B and C also got loaded to the staging table.now what techniques and what transformations should be used to delete only the data which has been loaded only to the target.we need to delete only that data from staging which has been loaded into the target.looking for your responses
how may sources can be used in a mapping at a time?(limit)
i have one senario i have table with 2columns one for primary key another is a constant value(zero). i have to lookup the table and get the maximum primary key here i don't have any common column between source and lookup table(wt table i explained above)... table is (i am assuming he didn't give the table) column1 column2 5 0 2 0 8 0 6 0 3 0 12 0 7 0
SOURCE 1 a 1 b 1 c 2 a 2 b 2 c TARGET 1 A B C 2 A B C In oracle & informatica level how to achieve