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: SYS.DUAL

Re: SYS.DUAL

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 05 Nov 2007 18:59:02 -0800
Message-ID: <1194317937.589948@bubbleator.drizzle.com>


Jeff B wrote:
> Does anyone know what SELECT privilege granted to PUBLIC gives users
> access to the SYS.DUAL?
>
> This is for Oracle 9.2.0.8 on Windows 2003 Server.
>
> Due to security regs, we have revoked just about everything from
> PUBLIC. I was hoping not to have to search one by one until I found
> the correct privilege.
>
> Thanks in advance!
> Jeff

In 11g $ORACLE_HOME/rdbms/admin/dsec.sql contains the following:

grant select on dual to public with grant option.

No doubt something similar exists in sql.bsq or a similar file in 10g or below.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Nov 05 2007 - 20:59:02 CST

Original text of this message

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