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


VIEW: SYS.USER_XS_PRIVILEGES

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

All the Real Application Security privileges scoped by the security classes owned by the current user

[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
DESCRIPTION VARCHAR2 (4000)
Description of the privilege
Query Text

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


SELECT NAME
,      SECURITY_CLASS
,      DESCRIPTION
FROM SYS.USER_XS_PRIVILEGES;

Dependencies

[top of page]

SYS.USER_XS_PRIVILEGES references the following:

SchemaSYS
ViewDBA_XS_PRIVILEGES
SYS.USER_XS_PRIVILEGES is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_PRIVILEGES