i have oracle table A and target B. i don't know how many
records. i want get get last record in table A as first record
in target table B. write a sql query?
Answer Posted / priyank
In Informatica, make table A as Source and follow the below
mapping:
SRC_A --> AGG --> TGT_B
AGG: Do not check any of the columns for group by and pass
the output to target B. In this way, only the last row will
be passed through.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the tuning techniques you applied during your last project
What is a snowflake schema?
How to go to the older version for a mapping?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
Explain the tuning lookup transformation - informatica
What is a grid in Informatica?
Different sorts of metadata that stores in the storage facility?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
what is the Default Source Option For Update Strategy Transformation?
What is xml source qualifier transformation in informatica?
Difference between Target-based loading and constraint-based loading?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
Define mapping and session?