Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling St. Procedure in UNIX script, How ?
You can call st. procedures inside SQL Plus or Embeded SQL, or Java, or
from anywhere that have Oracle API,
but shell (as far as I know) has not. You can, however, call SQL Plus inside
shell scripts passing to it scripts created on-the-fly via, say, standard
input.
Leonid
"jane" <janeyiu_at_optonline.net> wrote in message
news:sojN7.208$rS6.61809_at_news02.optonline.net...
> How does one call stored procedures in UNIX
> shell script (I'll take any flavor, thanks) and
> mostly, pass shell variables as parameters ?
>
> Thanks very much !
> jane yiu
>
>
Received on Thu Nov 29 2001 - 02:37:54 CST
![]() |
![]() |