Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Return Value for a stored procedure
> Hi,
>
> In MSSQL Server developement I used the return value of a stored
> procedure to test for different things.
>
> Is it a similar mechanism in ORACLE 8.1
>
> Let's say that in a procedure after the commit I do a RETURN 0 and if an
> error occurs in the exception section I do a RETURN -1..
Create a function instead of a procedure.
hth
Rene
-- Rene Nyffenegger http://www.adp-gmbh.chReceived on Thu Oct 23 2003 - 02:37:03 CDT
![]() |
![]() |