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

Home -> Community -> Usenet -> c.d.o.server -> Re: Returning value from PL/SQL to UNIX shell

Re: Returning value from PL/SQL to UNIX shell

From: Didier LENQUETTE <didier.lenquette_at_steria.fr>
Date: Thu, 30 Sep 1999 12:28:35 GMT
Message-ID: <THII3.2261$S2.18189760@France.EU.net>

Hi !

define a varible into sqlplus
var toto number ;

toto := function result

exit toto;

A+

<la_quake_at_my-deja.com> a écrit dans le message : 7sra84$pjv$1_at_nnrp1.deja.com...
> Hello All,
>
> We submit a shell script job that calls a PL/SQL function. I need a
> return code back to the UNIX shell script. How can I do this? All
> ideas are greatly appreciated.
>
> --
> Please visit the following site to get to know the real Sathya Sai Baba:
> http://www.myfreeoffice.com/saibabaexposed/index.html
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Sep 30 1999 - 07:28:35 CDT

Original text of this message

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