Re: 10gR2, problem about Resource role
- From: rjamya <rjamya@xxxxxxxxx>
- To: gorbyx@xxxxxxxxx
- Date: Wed, 1 Nov 2006 06:44:46 -0500
Alex,
that isn't true in 10gr2 ... are you sure you ran this on 10gr2?
Raj
On 10/31/06, Alex Gorbachev <gorbyx@xxxxxxxxx> wrote:
Alternatively, just revoke UNLIMITED TABLESPACE after that.
Also, have you ever wonder why CONNECT role contains more that just
CREATE SESSION privilege?
SQL> select privilege from dba_sys_privs where grantee='CONNECT';
PRIVILEGE
----------------------------------------
CREATE VIEW
CREATE TABLE
ALTER SESSION
CREATE CLUSTER
CREATE SESSION
CREATE SYNONYM
CREATE SEQUENCE
CREATE DATABASE LINK
--
http://www.freelists.org/webpage/oracle-l
Other related posts:
- » 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
- » Re: 10gR2, problem about Resource role
Alternatively, just revoke UNLIMITED TABLESPACE after that. Also, have you ever wonder why CONNECT role contains more that just CREATE SESSION privilege? SQL> select privilege from dba_sys_privs where grantee='CONNECT'; PRIVILEGE ---------------------------------------- CREATE VIEW CREATE TABLE ALTER SESSION CREATE CLUSTER CREATE SESSION CREATE SYNONYM CREATE SEQUENCE CREATE DATABASE LINK