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

Home -> Community -> Usenet -> c.d.o.misc -> Shell script question

Shell script question

From: <nimrodo_at_my-dejanews.com>
Date: Mon, 02 Nov 1998 10:38:16 GMT
Message-ID: <71k22n$4bf$1@nnrp1.dejanews.com>


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

Original text of this message

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