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


VIEW: SYS.DBA_XS_IMPLIED_PRIVILEGES

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

All the Real Application Security implied privileges defined in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRIVILEGE VARCHAR2 (128)
Name of the privilege that has implied privileges
IMPLIED_PRIVILEGE VARCHAR2 (128)
Name of the implied privilege
SECURITY_CLASS VARCHAR2 (128)
Name of the security class that scopes the privilege and the implied privilege
SECURITY_CLASS_OWNER VARCHAR2 (128)
Owner of the security class that scopes the privilege and the implied privilege
Query Text

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


SELECT PRIVILEGE
,      IMPLIED_PRIVILEGE
,      SECURITY_CLASS
,      SECURITY_CLASS_OWNER
FROM SYS.DBA_XS_IMPLIED_PRIVILEGES;

Dependencies

[top of page]

SYS.DBA_XS_IMPLIED_PRIVILEGES references the following:

SchemaSYS
TableXS$AGGR_PRIV
TableXS$OBJ
SYS.DBA_XS_IMPLIED_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_IMPLIED_PRIVILEGES
SchemaSYS
ViewUSER_XS_IMPLIED_PRIVILEGES