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

How can you define a transformation? What are different types of transformations in Informatica?

10 Answers  


Explian the Process of deployment groups in informatica

0 Answers   Informatica,


What r the type of indexes u generally used in informatica?

2 Answers   Keane India Ltd,


my table contain duplicate Records i wanna load uniq records to my table . i have to pass the uniq records through filter t/r how?

3 Answers   ACS,


Explain informatica architecture - version 8 / 9

0 Answers   Informatica,






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

5 Answers   TCS,


What are two types of processes that informatica runs the session?

2 Answers  


What is a repository? And how to add it in an informatica client?

0 Answers   Informatica,


i hav a scenario like this i want load data from source to target as follows frist it counts the num of deptno and display with that with count and how many times it reapts along with all the records in source

1 Answers  


What is a joiner transformation?

0 Answers  


Hi gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance....

1 Answers  


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

0 Answers  


Categories