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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbms_pipe

RE: dbms_pipe

From: David Boyd <davidb1588_at_hotmail.com>
Date: Tue, 21 Sep 2004 16:00:26 -0400
Message-ID: <BAY10-F486DqaJY4kJS0002a20e@hotmail.com>


Jacques,

This is true. I really appreciate your input. Thanks.

David

>From: "Jacques Kilchoer" <Jacques.Kilchoer_at_quest.com>
>Reply-To: Jacques.Kilchoer_at_quest.com
>To: <davidb1588_at_hotmail.com>, <oracle-l_at_freelists.org>
>Subject: RE: dbms_pipe
>Date: Fri, 17 Sep 2004 17:49:37 -0700
>
>I know I'm a couple of days late, but I'll add in my two cents anyway.
>
>In Oracle 8.1, the parameter O7_DICTIONARY_ACCESSIBILITY was set to TRUE
>by default.
>In Oracle 9.2, the parameter O7_DICTIONARY_ACCESSIBILITY is set to FALSE
>by default.
>
>If the parameter is TRUE, then system privilege "execute any procedure",
>granted directly to the procedure owner, will allow you to execute
>sys.dbms_pipe from inside a stored procedure (which could have been your
>8.1 situation).
>
>If the parameter is FALSE, then system privilege "execute any
>procedure", granted directly to the procedure owner, is insufficient to
>allow you to execute sys.dbms_pipe from inside a stored procedure (which
>is probably your 9.2 situation). You will need to grant "execute on
>sys.dbms_pipe" as you found out.
>
>In 9.2 there is a "select any dictionary" system privilege but there is
>no "execute any dictionary" system privilege.



Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 21 2004 - 23:24:08 CDT

Original text of this message

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