how can we load starting with 11th record of a table from
source to target
Answer Posted / guest
it is not possible to take data from 11th records. because
consider this senario.. if u give select statement as
select column name1,2.... from table name where rownum<5;
this select statement wil work if u have 10 or more than 5
records in table.
now u r asking to load only from 11th record
so the query will be like this
select column name1,2,.... from table name where rownum>10;
it wil return emptyset only..
see the checking condition. it wil fetch the 1st record and
check rownum 1 > rownum 10. condition failed. so it wont go
to second record and results in empty set.
but in earlier case it wil fetch 1st record and checks
rownum 1 < rownum 5. condition satisfied. it wil load that
row and check for 2nd row and 3rd and so on until the
condition fails.
once the condition fails it wil come out.
Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
How can a transformation be made reusable?
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
What is a transaction control transformation?
How to handle decimal places while importing a flatfile into informatica?
What is an expression transformation?
What is decode in static cache?
What's the layout of parameter file (what does a parameter file contain?)?
What is the need of an ETL tool?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
What is repository manager?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
How do you remove duplicate records in informatica? And how many ways are there to do it?
Partition, what happens if the specified key range is shorter and longer
What does reusable transformation mean?