Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Assign Procedure OUT parameter to a variable?
Is it possible to assign the OUT parameter of a procedure to a variable? I have tried the following:
v_BidNo := SPINSERTBIDNO;
This generates the error PLS-00306 : Wrong number ot types of arguments in call to SPINSERTBIDNO.
How can I get the value returned from a procedure when calling that procedure from another procedure?
Thanks very much,
April McClellan
-- Posted from thor.hydroone.com [192.75.116.12] via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Tue Apr 03 2001 - 10:52:05 CDT
![]() |
![]() |