DBA Data[Home] [Help] [Dependency Information]


TABLE: SYS.USER_PRIVILEGE_MAP

Object Details
Object Name: USER_PRIVILEGE_MAP
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Description table for user privilege (auditing option) type codes. Maps privilege (auditing option) type numbers to type names

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
I_USER_PRIVILEGE_MAP NORMAL UNIQUE TablespaceSYSTEM ColumnPRIVILEGE
Columns
Name Datatype Length Mandatory Comments
PRIVILEGE NUMBER
Yes Numeric privilege (auditing option) type code
NAME VARCHAR2 (40) Yes Name of the type of privilege (auditing option)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PRIVILEGE
,      NAME
FROM SYS.USER_PRIVILEGE_MAP;

Dependencies

[top of page]

SYS.USER_PRIVILEGE_MAP does not reference any database object

SYS.USER_PRIVILEGE_MAP is referenced by following:

SchemaPUBLIC
SynonymUSER_PRIVILEGE_MAP
SchemaSYS
ViewALL_TAB_PRIVS
ViewALL_TAB_PRIVS_MADE
ViewALL_TAB_PRIVS_RECD
ViewDBA_TAB_PRIVS
ViewUSER_TAB_PRIVS
ViewUSER_TAB_PRIVS_MADE
ViewUSER_TAB_PRIVS_RECD