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


VIEW: SYS.DBA_XS_PRIVILEGES

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

All the Real Application Security privileges defined in the database

[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
Query Text

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


SELECT NAME
,      SECURITY_CLASS
,      SECURITY_CLASS_OWNER
,      DESCRIPTION
FROM SYS.DBA_XS_PRIVILEGES;

Dependencies

[top of page]

SYS.DBA_XS_PRIVILEGES references the following:

SchemaSYS
TableXS$OBJ
TableXS$PRIV
SYS.DBA_XS_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_PRIVILEGES
SchemaSYS
ViewUSER_XS_PRIVILEGES