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 -> use an array as input parameter for procedure

use an array as input parameter for procedure

From: Mariano <mariano.calandra_at_gmail.com>
Date: Sat, 23 Jun 2007 06:53:05 -0700
Message-ID: <1182606785.877789.107950@m36g2000hse.googlegroups.com>


I need to create a procedure that accept as input parameter an array of integer, how can realize it?

PROCEDURE add_allPaz( ??? ) AS
BEGIN
      // understand how many elements there are in array END; What should I use at place of ??? Received on Sat Jun 23 2007 - 08:53:05 CDT

Original text of this message

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