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

After a load is done to my target table, I need to insert a last row, which might be formed at some expression transformation and brought to target. Do I have to have separate mapping to be run after the 1st mapping? Or in a single mapping how to achieve this?

3 Answers   TCS,


What is source qualifier?

6 Answers   SDS,


What are mapplets? How is it different from a Reusable Transformation?

0 Answers   Informatica,


How to display First letter of Names in Caps?

7 Answers  


Tell me about Propagate functions in informatica

0 Answers  






i want excute multiple sessions in one workflow using the "start task".what do i need to do?

2 Answers  


How to extract original records at one target & Duplicate records at one target?

12 Answers  


What is constraint based loading exatly? And how to do this? I think it is when we have primary key-foreign key relation ship. Is it correct? please answer me. Advance Thanks.

4 Answers  


Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?

3 Answers   TCS,


How can we delete duplicate rows from flat files?

0 Answers  


i have source in oracle 10g,oracle 8i how will u take the data from two sources

2 Answers   TCS,


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

2 Answers  


Categories