Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Loader

Re: SQL*Loader

From: Daniel <dejackson_at_angelfire.com>
Date: 2000/03/23
Message-ID: <%AtC4.12152$624.1164287@news.flash.net>#1/1

I use a work table with a trigger to normalize the data. The end result is an error table to tell me which row failed and why and a table of the failed records... speed is good and I haven't had any problems with reliability. I just truncate the work table and start the import.

Daniel
Austin, TX

Rekha <your_at_attcanada.net> wrote in message news:QstC4.13594$Ge1.292707_at_newscontent-01.sprint.ca...
> Hi
>
> I need to implement automation of loading Data from non-oracle(like excel,
> access) resources into Oracle 8 using sql*loader, about 2 million records
> every morning, there will be some bad data which would have to be refined
> at an estimate abt 5000 rows out of 2million).
>
> Can someone kindly give me ideas how to go for it using sql*loader or any
> 3rd party tool, it has to be automated, as manually loading 2 million
> records every morning will be very time consuming.
>
> Tks for your help
> Rekha
>
>
>
Received on Thu Mar 23 2000 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US