If the flat file is having the duplicate records in the
interface how can you restrict while transferring the flat
file data in to interface tables?
Answers were Sorted based on User's Feedback
Answer / swapna
AFTER LOADING THE DATA INTO STAGE TABLE USING SQL LOADER,
WE WILL WRITE THE VALIDATION PROGRAM.
IN THIS VALIDATION PROGRAM WE WILL WRITE CODE TO RESTRICT
DUPLICATE RECORDS.
SO ONLY VALID RECORDS ONLY TRANSFERRED INTO INTERFACE TABLE.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / sharad
define primary or unique key on staging table then it
restricts duplicate data when u run sqlloader for
transfering data from flat file to staging table
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / srinivas.r
We can't restrict the duplicate records by using the SQL
*Loader.For that first move the data into Staging table and
then alidate the records before moving into interface table.
This is the process i knnow as per my knowledge.
| Is This Answer Correct ? | 2 Yes | 0 No |
we have 10 records. It's occured error in 6th record how can u find and how to rectify that?
What are do's and dont's of Interface?
when we run payment batch what are the 3 concurrent programs?
What is set function in sql .E.g.What is difference between union and union all
Which one Module is Biggest Module in oracle apps?
what is the error you will get if field is referenced in wrong repeating frame?
tell me the scenarios of between pages in reports
How can a process be deployed in soa?
sourcing in GL
what is the standard program for blanket po to process data from interface table to bace table
What are the User PARAMETERS in the Reports?
how to enable Zoom function and steps?