Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Executing Unix scripts
Thanks Mark,
I'll check out the SEMANTICS one.
The GRANT is set.
On Fri, 12 Sep 1997 15:04:26 +0100, Mark Styles <lambic_at_msn.com> wrote:
>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 Sun Sep 14 1997 - 00:00:00 CDT
![]() |
![]() |