Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Shell script question
Hi,
I'm trying to call a stored procedure that resturn a value from a shell script. I tried something like:
variable rc number
exec myproc(:rc);
exit rc
but I can't use Exits that way.. Any idea how I can do that?
Nimrod
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Nov 02 1998 - 04:38:16 CST
![]() |
![]() |