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 -> varargs in PL/SQL

varargs in PL/SQL

From: Filipe David Borba Manana <fdmanana_at_cern.ch>
Date: Fri, 23 Feb 2007 14:46:29 +0100
Message-ID: <ermr7l$ont$1@cernne03.cern.ch>


Is there any way to create a function/procedure in PL/SQL with a variable arguments lists?

I want to create a procedure which may be called with 1, 2, 3... or any number of parameters, say, something like the printf family of functions in C.

Anyway to do it? Received on Fri Feb 23 2007 - 07:46:29 CST

Original text of this message

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