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: Function

Re: Function

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 22 May 2007 09:15:53 -0700
Message-ID: <1179850554.236293@bubbleator.drizzle.com>


rajeshdhumal_at_gmail.com wrote:
> i wants to create a function which will return more than one parameter

Use a pipelined table function or make one of your parameters an OUT.

It looks to me like you settled on the solution, a function, without any regard to whether a procedure would be more appropriate: It would be.

-- 
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 Tue May 22 2007 - 11:15:53 CDT

Original text of this message

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