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: procedure execute on unix

Re: procedure execute on unix

From: <miaemp_at_my-deja.com>
Date: Wed, 11 Oct 2000 12:19:24 GMT
Message-ID: <8s1ls7$2v4$1@nnrp1.deja.com>

In a unix script, try the following:

sqlplus <username/password/ << EOI
  Whenever SQLERROR exit failure;

  Declare

EOI Basically, you need to do an anonymous PL/SQL block in a call to SQLPlus

HTH
EP
Note that the views expressed here are solely my own and not that of my employer's

In article <8s0852$630a$1_at_newssvr05-en0.news.prodigy.com>,   "Steve" <schen_at_prodigy.net> wrote:
>
> Hi,
>
> Does someone know how to execute a procedure on unix platform, i.e.
 using
> sqlplus on unix?
>
> I had problem such as not declare.
>
> Thanks,
>
> Steve
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 11 2000 - 07:19:24 CDT

Original text of this message

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