| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: Run Stored Procedures from Shell!!!
in NT you can launch the script with following lines:
exec <Your Proc>
/
exit
/
by using the next syntax:
sqlplus user/password @path_to_the_script
If it doesn't work in UNIX, verify sqlplus command line syntax
"Markus Neumaier" <markus.neumaier_at_rl-ag.de> a écrit dans le message news:
9qmc0b$p96ji$1_at_ID-113543.news.dfncis.de...
> Hi,
>
> It is possible to start Stored Procedures from a normal Unix Shell Script.
> If it is possible, how?
>
> Best regards Neimoa!!
>
>
Received on Thu Oct 18 2001 - 07:17:00 CDT
|  |  |