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: batch processing

Re: batch processing

From: Manu <emmanuel.pl.bontemps_at_wanadoo.fr>
Date: Wed, 7 Jul 1999 16:23:04 +0200
Message-ID: <7lvnt1$9kh$1@oceanite.cybercable.fr>


Adrian Simpson a écrit dans le message <7lv52g$4ku8t$1_at_titan.xtra.co.nz>...
>I would like to insert rows into a table 1000 at a time. How can I do that
>in that in pl/sql code?
>

You cannot use host array with PL/SQL on Oracle 7. You can use host array with PRO*C for example or OCI.

With Oracle 8, I don'ty know.

Regards Received on Wed Jul 07 1999 - 09:23:04 CDT

Original text of this message

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