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 -> Using host arrays in PLSQL

Using host arrays in PLSQL

From: Flemming Jans <fj_at_belle.dk>
Date: 1998/09/23
Message-ID: <360902C5.396AFB50@belle.dk>#1/1

Hi,

Is there any way I can use arrays or host arrays to INSERT/UPDATE/DELETE

for example 100 rows in one operation in PL/SQL (as you can do it in Pro C)

Something like:

DECLARE
    names[100];
BEGIN

END; Regards,

Flemming Jans
(fj_at_belle.dk) Received on Wed Sep 23 1998 - 00:00:00 CDT

Original text of this message

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