Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: how to do the job of SQL*Loader with JDBC?
On Mon, 14 Apr 2003 12:10:08 -0700, Ripley wrote:
> I need to load text data files into an Oracle database. I must use only
> the JDBC interface (a boss decision) and no "native" programs like
> SQL*Loader. How can I do this? or where can I find the info?
>
> Thanks in advance,
>
> Ripley
Write your Java program to read your text data and INSERT it into your database just like you would with any other data. Received on Mon Apr 14 2003 - 17:04:10 CDT
![]() |
![]() |