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: alternatives to sql*loader

Re: alternatives to sql*loader

From: Keith Coulson <kcoulson_at_bellNOatlanticSPAM99.net>
Date: 2000/08/04
Message-ID: <398AFA9F.93FA7EEE@bellNOatlanticSPAM99.net>#1/1

A common solution for this type of problem is to use Perl. You could either use it to generate a more structured file suitable for SQL*Loader or you could load it directly into the database using the DBI/DBD libraries.

Keith Coulson

Christopher Freville wrote:

> are there any alternatives to sql*loader ?
> it is somewhat frustrating to use when you've got a complex, unstructured
> data file
>
> please help
> Chris Freville
Received on Fri Aug 04 2000 - 00:00:00 CDT

Original text of this message

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