how the server recognises , if the session fails after
loading the
100 records in to the target
Answers were Sorted based on User's Feedback
Answer / harikrishna
Based on commit intervel session commits those many records
into target.suppose if commit intervel is 1000 if session
fails after 100 records it won't insert not a single record
into target.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bsgsr
i cudnt xactly u?s ur question. server recognising in the
sense if the session failed in between and u configured the
session to enable recovery it uses database logging and
finds out the rowid of the record last commited to the
target and loads from the next record. i am sorry if i am
wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is IQD file?
Under what condition selecting sorted input in aggregator may fail the session?
how eliminate the duplicates in flat file with out using sorter ,aggregater
in reporting we add some new objects,how we get the count of the newly added objects to the report
can v update d records in target using update stargey without generationg primary key ? explain
What are batches?
What does command task mean?
What are the differences between oltp and olap?
Suppose i have 10000 records.First time i have to load 1 to 1000 records and second run i have load 1000 to 2000 records and third load i have to load 2000 to 3000 rows .How will achieve
What are the reusable transforamtions?
how can one eliminate dupliacte data with out using distinct option?
Filter transformation in the condition one of the data is NULL would the record be dropped.