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

Re: Question about passing arrays in PLSQL

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 14 Feb 2007 10:23:24 -0800
Message-ID: <1171477401.818787@bubbleator.drizzle.com>


amerar_at_iwc.net wrote:
> 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

Oracle version?
Table DDL?
SELECT statement DML?

Guessing on our part will likely be even less helpful.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Feb 14 2007 - 12:23:24 CST

Original text of this message

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