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: Looking for command to execute database procedure

Re: Looking for command to execute database procedure

From: R. Steven Brown <rstevenbrown_at_earthlink.net>
Date: Mon, 25 Dec 2000 21:42:46 GMT
Message-ID: <qbP16.14035$RC1.336569@newsread1.prod.itd.earthlink.net>

You can use an Oracle language pre-compiler, such as Pro-C, SQLJ (my favorite) or you can use PERL with the DatabaseAccess module. There may be others. I like SQLJ because it uses java, which is ubiquitous on most Unix machines, and it take just a little programming knowledge to embed a call to a stored procedure.

Steve Brown
Senior Oracle DBA
sbrown_at_itiweb.com

<anasuya_shukla_at_my-deja.com> wrote in message news:918lgd$6dn$1_at_nnrp1.deja.com...
> Hi ,
>
> Is there anyway to run an Oracle database procedure on
> a Unix box without invoking SQLPlus ?
> I want to execute this procedure in a shell script.
>
> Thanks
>
> Ana
>
>
> Sent via Deja.com
> http://www.deja.com/
>
Received on Mon Dec 25 2000 - 15:42:46 CST

Original text of this message

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