how can we load starting with 11th record of a table from
source to target

Answer Posted / akash

This scenario can also be implemented by using the
following query in Source Qualifier:

select * from table_name where rowid not in (select rowid
from table_name where rownum <= 10)

This will give the records after 10

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is informatica worklet?

619


Implementation methodology

1270


What are the differences between source qualifier and joiner transformation?

606


What are the differences between joiner transformation and source qualifier transformation?

636


What could be the possible resons of locks by user?

670






What is the difference between a repository server and a powerhouse?

826


Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?

1246


Separate from an archive server and a powerhouse?

506


Different circumstance which drives informatica server to expel records?

565


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

1543


What do you understand by SOA of Informatica?

598


Design a mapping to load the cumulative sum of salaries of employees into target table?

911


Difference between Target-based loading and constraint-based loading?

563


What are active transformations.

1197


Is it possible to define a single node as a Gateway node as well as worker node?

669