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: How to start a Stored Procedure directly from Unix shell skript ?

Re: How to start a Stored Procedure directly from Unix shell skript ?

From: Tanel Poder <tanel_at_@peldik.com>
Date: Tue, 11 Mar 2003 18:30:04 +0200
Message-ID: <3e6e0e85_1@news.estpak.ee>


Hi!

echo exec myPU | sqlplus user/pass

or

sqlplus user/pass << EOF
exec myPU
EOF Tanel.

> sqlplus user/pass myPU
> no way ...
> sqlplus user/pass exec myPU
> no way ...
>
> Is it possible at all ? I can hardly imagine that it is not ...
> I did RTFMing but did not find useful tips ...
>
> (Oracle EE 8.1.7, AIX 4.3.3)
>
> TIA
>
> Jan
>
>
Received on Tue Mar 11 2003 - 10:30:04 CST

Original text of this message

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