how to avoid duplicate data while uploading data from flatfile
to staging table? some validations

Answers were Sorted based on User's Feedback



how to avoid duplicate data while uploading data from flatfile to staging table? some validations..

Answer / jignesh

Create Unique column in staging table and then SQL Loader
will errorout duplicate records and move those records into
BAD files

Please correct me if i am wrong
- makwana.jignesh@gmail.com

Is This Answer Correct ?    8 Yes 0 No

how to avoid duplicate data while uploading data from flatfile to staging table? some validations..

Answer / pr@$@d

What Nagaraju suggest is right. But instead of creating
temp and then moving those to staging table.

Directrly load the data into staging table and write the
query to eliminate the duplicate rows.

It reduces the one step.

Cheers,
-Pr@$@d.

Is This Answer Correct ?    5 Yes 2 No

how to avoid duplicate data while uploading data from flatfile to staging table? some validations..

Answer / nagaraju chittamsetty

There is one way to avoid duplicate rows
First transfer the data into temp table by using control
file,this is only temp table.

Second create orginal stagging table then write a query to
eliminate the duplicate rows by taking the rowid.

If anybody got good answer send to me also
my mail id:csnraja@gmail.com

Is This Answer Correct ?    4 Yes 3 No

how to avoid duplicate data while uploading data from flatfile to staging table? some validations..

Answer / srinivas.r

Yes,directly we can't handle the duplicate rows from the
SQLLOQDER, for that first we move the data into temp table
from flatfile.After that create the Staging talbe then make
validations before moving into staging table.

Is This Answer Correct ?    2 Yes 3 No

how to avoid duplicate data while uploading data from flatfile to staging table? some validations..

Answer / balaji venkiteela

create an unique index on staging table.
then run the loder program.It autometically omits the
duplicate records,we can find those records in bad file.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Oracle Apps Technical Interview Questions

in one report using two layout models.if yes how to do

4 Answers   Covansys,


Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen

2 Answers   TCS,


In thet custom.pll what are the events we can write.

2 Answers   IBM,


while running a interface if we get 100 records as erors. how to debug it.

2 Answers   Zensar,


API?s FOR CUSTOMER INTERFACE? Tell me some API's?

1 Answers  






What is ERP? Architecture of apps?

3 Answers   TCS,


What is the package?

2 Answers  


how to print multi lay outs,muti currency,muti language in xml publisher

2 Answers   Deloitte, Oracle,


Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

0 Answers  


what do u mean by debit/credit memo invoices?

3 Answers   ACC, Convergys, Mascon,


Presently u are working in which version?

4 Answers   Accenture,


how to call report from oracle oracle apps11i?

3 Answers   Genpact,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)