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

in performance wise union is past,union all is past

2 Answers  


On a day, I load 10 rows in my target and on next day if I get 10 more rows to be added to my target out of which 5 are updated rows how can I send them to target? How can I insert and update the record?

6 Answers  


What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.

1 Answers   Zensar,


Write the advantages of partitioning a session?

0 Answers  


how to run 2 workflows sequentially. plz respond what is the process?

9 Answers   Cap Gemini, Target,






Which development components of informatica have the highest usage?

0 Answers  


when we dont use aggregator in mapping ?

2 Answers   CSC,


write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000

8 Answers   TCS,


scenario

1 Answers  


Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?

0 Answers  


in reporting we add some new objects,how we get the count of the newly added objects to the report

0 Answers   HP,


How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica

1 Answers  


Categories