Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: alternatives to sql*loader
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
![]() |
![]() |