How to delete first 3 rows & last 3 rows in target table in
informatica
Answer Posted / civa
take seq trns and drag nextval port into exp trns and also
drag sq ports to exp
in exp delete from emp where nextval= 1 or 2 or 3 and
nextval=count(empno)-1 or count(empno)-2 or count(empno)-3
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What all are steps in up gradation of Informatica server?
How many dimensions are there in informatica?
What is lookup transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
How can we use mapping variables in informatica?
What is the benefit of session partitioning?
What are the differences between source qualifier and joiner transformation?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
How to differentiate between the active and passive transformations?
What is a stored procedure transformation?
How would you join a node to the already existing domain?
Performance tuning( what you did in performance tuning)
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is incremental aggregation?
Explain the tuning lookup transformation - informatica