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: another role problem

Re: another role problem

From: Lun Wing San (Oracle) <wslun_at_qrcsun.qrc.org>
Date: 1997/01/14
Message-ID: <32DBAE82.2BFC@qrcsun.qrc.org>#1/1

Tng Chee Hiong wrote:
>
> I have created a role MIS_ROLE.
> RESOURCE is granted to MIS_ROLE.
> MIS_ROLE is granted to MIS_USER1, MIS_USER2, ...
> BUT, MIS_USER1 still can't create any table
> UNLESS RESOURCE is granted to MIS_USER1.

  You can use select * from session_roles to confirm whether the roles are enabled or not.

  You can use select * from user_role_privs to confirm whether the roles are your default role.

  Moreover, you must check the quota on tablespace that assign to you by select * from user_ts_quotas;

---
Name   : Lun Wing San
Title  : Oracle Application Developer of Hong Kong Productivity Council
         Oracle Database Administrator and System Administrator of QRC
Phone  : (852)27885841
Received on Tue Jan 14 1997 - 00:00:00 CST

Original text of this message

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