Question: Variable number of named Params in Pl/sql

From: Wolfgang Esterbauer <wolfgang_at_aon.at>
Date: Tue, 26 Jan 1999 15:50:43 +0100
Message-ID: <36ADD643.CBDFB587_at_aon.at>



Hello all

I'm using Oracle Web Application server with a pl/sql cartridge

As far as i know have the spelling of Procedure Parameters in the reqested Url
and the name of the procedure Parameter to be the same.

Example

procedure test(abc in varchar2 default null, def in varchar default null)
is
 ......

url:
http://localhost/plsql/test?abc=x&def=y

-are there other ways to call the above Procedure
-and what about variable count of arguments
Received on Tue Jan 26 1999 - 15:50:43 CET

Original text of this message