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


VIEW: SYS.CDB_XS_PRIVILEGES

Object Details
Object Name: CDB_XS_PRIVILEGES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All the Real Application Security privileges defined in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the privilege
SECURITY_CLASS VARCHAR2 (128)
Name of the security class that scopes the privilege
SECURITY_CLASS_OWNER VARCHAR2 (128)
Owner of the security class that scopes the privilege
DESCRIPTION VARCHAR2 (4000)
Description of the privilege
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      SECURITY_CLASS
,      SECURITY_CLASS_OWNER
,      DESCRIPTION
,      CON_ID
FROM SYS.CDB_XS_PRIVILEGES;

Dependencies

[top of page]

SYS.CDB_XS_PRIVILEGES does not reference any database object

SYS.CDB_XS_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_PRIVILEGES