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: Automatic SQL*Loader control file generation

Re: Automatic SQL*Loader control file generation

From: Erwin Dondorp <erwindon_at_wxs.nl>
Date: 2000/04/08
Message-ID: <38EF7AAF.112F6E86@wxs.nl>#1/1

Greg,

My 'dosql' software will do this.
See <http://www.dondorp.com/dosql.html>
It can create a sql*load controlfile and datafile for a table.

If you're lucky a prebuilt binary is available, Otherwise you can compile the Pro*C code.

Erwin

-- 
Erwin Dondorp
<http://www.dondorp.com/>


Greg Coman wrote:

> To do the reorganisation I'm planning to do the following:
> 1) Unload the table using SQL.
> 2) Sort the unloaded data using the Unix 'sort' command.
> 3) Drop the indexes on the table.
> 4) Load the table using SQL*Loader.
> 5) Rebuild the indexes using 'create index' statements.
> Does anyone know of a generic program / utility that can unload a table
Received on Sat Apr 08 2000 - 00:00:00 CDT

Original text of this message

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