Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> PL/SQL parameter with a "DEFAULT"ed argument

PL/SQL parameter with a "DEFAULT"ed argument

From: Andrew Sprecher <flathead_at_ix.netcom.com>
Date: Tue, 7 Aug 2001 22:37:22 -0400
Message-ID: <9kq8n8$6b1$1@slb5.atl.mindspring.net>

Anyone have an issue with a function defined like the following:

myPackage.myProcedure ( myArgument Default '/directory' )...

returning null within the scope of the procedure when the procedure is called like this:

begin
myPackage.myProcedure ( NULL ) ;
end ;

Thanks Received on Tue Aug 07 2001 - 21:37:22 CDT

Original text of this message

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