When loading data from staging table to interface table ,
how to reload the invalid record once again ?
Answers were Sorted based on User's Feedback
simple while writing code select the error records also in
main cursor so u can run program again
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / santosh kumar
For validation failed records or error records need to be corrected according to the level of failure and these records can updated with particular status flag (in staging table). And next time validation program has to run only for those records.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
Discarded record will display in out put of loader program
copy the files and load them agin
Is This Answer Correct ? | 8 Yes | 4 No |
First to correct the errors may be data errors or Transformation rule errors. Usually any interface table will have batch id. Give a different batch Id and reload the error records after correcting them.
As such we can reload only the error data.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arun n
Normally it should not load data for the second time.
If the data is not loaded properly, then we need to handle in our custom program for re-processing.
Hope it is clear!!
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / naresh bandla
All the Error record's are stored in Interface Error Tables.
Correct the Error record's and Load this to staging tables and load this from staging to Interface Tables.
Is This Answer Correct ? | 1 Yes | 3 No |
which parameters passed in report in oracle developer how to pass
what is lexical parameter?
How You Will display the key flexifields in your report
how will u do documentation
I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.
1 Answers Genpact, Y3K Imaginations,
When loading data from staging table to interface table , how to reload the invalid record once again ?
when we run payment batch what are the 3 concurrent programs?
what is the back ground program run while transferring data from OM to AR?
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
What are file in oracle.
What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.
WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?