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: Alexander Schmidt <aschmidt_at_nospam.mail.RU>
Date: Thu, 17 Apr 2003 13:39:44 +0400
Message-ID: <Z$wEHVMBDHA.1720@fairy.ao.nlmk>

`I recommend you to use 'preparedstatement' feature as an optimization. Let me know if you need an example.

Sincerely,
Alexander Schmidt
Microsoft Certified Professional
Conset Technology

"Doggy Daddy" <spamhole_at_nospam.org> wrote in message news:pan.2003.04.14.15.04.10.518510.15885_at_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 Thu Apr 17 2003 - 04:39:44 CDT

Original text of this message

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