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
The question was on time stamp. what is the difference between HH and HH24 when to use when.
waht type of interface is used for testing the data in informatica
What are the static cache and dynamic cache in informatica?
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
Could you explain what is enterprise data warehouse?
Differentiate between joiner and lookup transformation?
What is domain in terms of informatica?
What is an expression transformation in informatica?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
explain one complex mapping with logic? sales project?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is a filter transformation?
What are the reusable transformations?
Describe data concatenation?