I want skip first 5 rows to load in to target? what will be
the logic at session level ??



I want skip first 5 rows to load in to target? what will be the logic at session level ??..

Answer / nitin

The one way to skip records for relational sources would be
adding a SQL Query in session properties.

SELECT * FROM EMPLOYEE
MINUS
SELECT * FROM EMPLOYEE WHERE ROWNUM <= 5
This query would skip the first 5 records.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Informatica Interview Questions

What are the various types of transformation?

0 Answers  


Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...

1 Answers  


How to generate sequence numbers?

0 Answers  


what is lookup chache?

1 Answers   Patni,


How can you recognise whether or not the newly added rows in the source r gets insert in the target ?

2 Answers  






how to send unique records to one target and duplicate records to another target by using dynamic lookup cache????? please explain me briefly///(when we use this we look up on which target unique target ya duplicate target)

3 Answers   Cognizant, HP, TCS,


Why the UNION TRANSFERMATION is an Active TRANSFERMATION

6 Answers   Emphasis,


how to work with mapplet designer in informatica?

7 Answers  


How to view and Generate Metadata Reports?

1 Answers  


What are the informatica performance improvement tips

0 Answers   Informatica,


Design a mapping to load a target table with the following values from the above source?

0 Answers   Informatica,


Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

0 Answers  


Categories