If a session fails after loading of 10,000 records in to
the target.How can you load the records from 10001?

Answers were Sorted based on User's Feedback



If a session fails after loading of 10,000 records in to the target.How can you load the records f..

Answer / bsgsr

simple. in session properties configure the session to
enable recovery. it then create s a database log file which
contains the rowids ot all records committed to the target.
when you run recovery session it checks with the log file
the last rowid committed to the target and writes to the
target from the next rowid. condition the session is
configured to run in a normal mode.

Is This Answer Correct ?    42 Yes 0 No

If a session fails after loading of 10,000 records in to the target.How can you load the records f..

Answer / santosh

answer 3 is absolutely correct answer

Is This Answer Correct ?    3 Yes 0 No

If a session fails after loading of 10,000 records in to the target.How can you load the records f..

Answer / rao

one option is session recovery.
or
select * from select rownum from tablenaem) where rownum>10000

Is This Answer Correct ?    4 Yes 4 No

If a session fails after loading of 10,000 records in to the target.How can you load the records f..

Answer / mohit

After running the session once it will load 10000 records
and it will fail afterwards then we can take the minimum
and maximum count of the number of records in the target in
a paramter and we can specify these parameters in the SQl
override of sql qualifier so once again when it will run
the session then it will take those minimum and maximum
values from the parameter and will specify a condition in
the sql overide that dont take any values from min to max
and take rest of the values so in this case the minimum
will be 1 and the maximum will be 10000 so the sql overide
will take the values after 10000 i.e 10001.

select * from employee where value is not in between $$min
and $$max
I think may be this can be a solution

Is This Answer Correct ?    0 Yes 1 No

If a session fails after loading of 10,000 records in to the target.How can you load the records f..

Answer / anil

mr rao is answer is correct .another way use exp t/r put it
>1000

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Informatica Interview Questions

What are mapping parametres and variables in informatica?

6 Answers   TCS,


My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify

1 Answers   TCS,


Clarify the aggregator change?

0 Answers  


Explain about perform recovery?

1 Answers  


version controlling in informatica?

3 Answers  






two types of data are there . one is mainframe and the other is ascii format . in informatica how can you get both the data in a single format in ascii .

2 Answers   TCS,


How to fix the etl bugs..Tell me the process?

1 Answers   IBM,


Hi Every One,What is Use of Factless Fact Table ? Why we use Factless Fact Schema in the Projects waiting for reply? thank you

6 Answers  


What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?

7 Answers  


What are the types of error logs available in Informatica?

1 Answers  


what is the diff b/w target load plan and cbl?

3 Answers   CTS, iGate,


when will we use unconnected & connected lookup? How it will effect on the performance of mapping?

5 Answers   Accenture,


Categories