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 -> Question about passing arrays in PLSQL

Question about passing arrays in PLSQL

From: <amerar_at_iwc.net>
Date: 14 Feb 2007 09:48:59 -0800
Message-ID: <1171475339.224810.84230@l53g2000cwa.googlegroups.com>

Hi All,

I need to write a procedure or function that will query 3 seperate tables. The tables small and just hold item #'s and descriptions.

After querying the tables, I need to return the results to the calling PHP script. I'm not `100% sure how to do this. Should I just create 3 VARRYS's or Collections? And, do I just declare them as an OUT parameter? Or is there more to it?

Thanks in advance Received on Wed Feb 14 2007 - 11:48:59 CST

Original text of this message

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