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 -> PlL/SQL and Array Question

PlL/SQL and Array Question

From: Sean Dolan <dolans_at_stripe.Colorado.EDU>
Date: 10 Jun 98 16:01:17 GMT
Message-ID: <dolans.897494477@stripe.Colorado.EDU>

        I am trying to pass an array into a stored function on an Oracle 7.3.4 server. First, can I pass an array to a function?

Second, is there any command/syntax for looping through all the items in the array? For example,... FOR EACH ITEM IN ARRAY blah,blah, blah... or is there a count function to find the number of items in the array so I can do a LOOP that way?

Thanks,
Sean Dolan Received on Wed Jun 10 1998 - 11:01:17 CDT

Original text of this message

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