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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to do the job of SQL*Loader with JDBC?

Re: how to do the job of SQL*Loader with JDBC?

From: Doggy Daddy <spamhole_at_nospam.org>
Date: Mon, 14 Apr 2003 15:04:10 -0700
Message-ID: <pan.2003.04.14.15.04.10.518510.15885@nospam.org>


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

Original text of this message

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