Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Executing Unix scripts

Re: Executing Unix scripts

From: Mark Styles <lambic_at_msn.com>
Date: 1997/09/12
Message-ID: <34194BEA.4931@msn.com>#1/1

Jcen wrote:

> My error message was...
> SYS.DBMS_PIPE was not declared

There are a couple of possible reasons. First of all DBMS_PIPE is not made available to all users by default, so you might need to issue a

GRANT EXECUTE ON DBMS_PIPE TO <user>;

The other possible problem is that your Pro*C makefile does not have SEMANTICS=FULL set. Received on Fri Sep 12 1997 - 00:00:00 CDT

Original text of this message

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