when i was running the seesion, after loading 100 records,
session suddenly fails.Next time i want to load the remaing
rows in target with out truncate target table.What should i
use?

Answers were Sorted based on User's Feedback



when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / bsgsr

hi, suresh,
go for session recovery if you run in normal mode.
if it is a bulk mode session only option is to truncate the
table and run the session again.

Is This Answer Correct ?    23 Yes 1 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / raveendra g

By using Performance recovery option we can close this
issue.

Is This Answer Correct ?    3 Yes 0 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / dhananjaya

use transaction control transformation

Is This Answer Correct ?    1 Yes 0 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / rakhee

Try using mapplet variable
It helps to load data in the part.

Is This Answer Correct ?    0 Yes 0 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / powerstar

session recovery works much better if it is run in normal mode.
If the load type is bulk mode, then session recovery is compromised.

Is This Answer Correct ?    0 Yes 0 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / krishna

gayathri,
if you work in the same manner probably there is a chance
of record duplicates to be loaded if you restart the session

Is This Answer Correct ?    1 Yes 2 No

when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want ..

Answer / gayathri

Go to workflow manager. choose mapping. There u uncheck the
box truncate table. This shd. load ur remaining rows
without truncating the previously loaded records.

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More Informatica Interview Questions

How to generate a single mapping for both the historical and incremental load.

2 Answers   CSC, TATA,


what we require for D.modelling?

1 Answers  


What is the function of aggregator transformation?

0 Answers  


What is the Difference between sorter and aggregator?

2 Answers  


What is event and what are the tasks related to it?

0 Answers  






what is meant by data driven.. in which scenario we use that..?

2 Answers   IBM,


There are 4 flat files with number of records as indicated below. Which files should be picked first for joining using joiners so as to get best performance. File A - 1000 records File B - 100 records File c - 10000 records File D - 10 records Please explain. Thanks and Regards,

1 Answers   Amdocs,


How to implement security measures using repository manager?

0 Answers  


what is $$$$?

0 Answers   TCS,


Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR IN ORACLE & INFORMATICA LEVEL HOW TO ACHIVE

2 Answers   Wipro,


IN SCD TYPE 1 WHAT IS THE ALTERNATIVE TO THAT LOOKUP TRANSFORMATION ?

4 Answers   HP,


What is difference between Mapplet and reusable transformation?

9 Answers   Wipro,


Categories