If session fails after loading 10000 records in the
target,how can we load 10001 th record when we run the
session in the nexttime?

Answers were Sorted based on User's Feedback



If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / rama krishna

Hey man ... first ofall u should need to mention that,
wether u r applied any commit or not.
with out apply any commit, How can u recover the session
yar?
ur quwstion is not valid. if u want exactly improve the
performence, then u must use commit points& commit
intervels.
if u really apply any commit,then if it fail according to u
at 10000 records, then u can recover remaining records by
using OPB_SRVR_RECOVERY table.

Hai friends am i correct ? think once

Is This Answer Correct ?    11 Yes 0 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / srikanth

Select the recovery strategy in session properties as
"Resume from the last chk point"

Is This Answer Correct ?    10 Yes 4 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / guest

using performance recovery to load the target

they are 3 types of performance recovery

1 ) we enable the recovery option in session

2) we put a commit intervel point in session

3) trancate the target and load once again

Is This Answer Correct ?    3 Yes 0 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / lathagarat

First we will get the how many records was loaded in the
target system i.e max(records) (using aggregate
transformation we can get)and incremented from there
onwards.

Is This Answer Correct ?    4 Yes 1 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / chaitanya

On selecting lookup cache as PERSISTENT we can able to use same cache for next session also.

Is This Answer Correct ?    3 Yes 0 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / gayathri

In session properties we have "suspend on error" option is
there. It starts from the failed task not from the begining.

Is This Answer Correct ?    7 Yes 7 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / basu

I think his question is, he wants to loads incremental. so you can go for Change data capture by using mapping variable/parameters in the SQ query overid

Is This Answer Correct ?    0 Yes 0 No

If session fails after loading 10000 records in the target,how can we load 10001 th record when w..

Answer / nidhi

As per me Mr.Rama Krishna is right, every one else is ...
Ms. latha he already mentioned like after loading 10000
records, so there is no need to check again the
max(records),but incremental loading is also one of the ways
i guess..


1)Session recovery
2)Incremental loading are the ways as per my knowledge..

If any 1 think i am wrong plz let me knw..

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Informatica Interview Questions

what is mapping override?

2 Answers   Cap Gemini,


 Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?

2 Answers   DELL,


what is mapping parameter?

2 Answers   Cap Gemini,


How we can get unique records into one target table and duplicate records into another target table??

11 Answers   Deloitte, IBM, iGate,


Parameter and variable differences

0 Answers  






How can i set break points in debugging mode ? can explain steps please?

1 Answers   ABC, TCS,


what are the limitations of pushdown optimization technique ? Advance thanks

3 Answers   Puma,


why we use informatica in our project?

2 Answers   TCS,


lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?

5 Answers   IBM,


What is a standalone command task?

0 Answers  


How can we improve session performance in aggregator transformation?

0 Answers   Informatica,


what is informatica metadata?

0 Answers  


Categories