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 a transaction control transformation?

958


Define mapplet?

793


What is a joiner transformation?

757


Different sorts of metadata that stores in the storage facility?

765


What all join we can perform in LOOKUP transformation?

743


What is meant by a domain?

838


How to do unit testing in informatica? How to load data in informatica ?

879


what is INFORMATICA TESTING process

2038


What is a repository manager?

847


Explain the shared cache and re-cache?

809


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

947


Can u generate reports in Informatica?

829


What is a shortcut and copy in Informatica and how two are different with each other?

925


What is a mapplet/worklet in informatica?

917


how to create user defined function (udf) in informatica

1020