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


VIEW: SYS.DBA_XS_PROXY_ROLES

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

All the Real Application Security proxy role grants

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROXY_USER VARCHAR2 (128)
Name of the proxy user
PROXY_USER_TYPE VARCHAR2 (17)
Type of the proxy user
TARGET_USER VARCHAR2 (128)
Name of the target user
TARGET_USER_TYPE VARCHAR2 (13)
Type of the target user
TARGET_ROLE VARCHAR2 (128)
Name of the target role
Query Text

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


SELECT PROXY_USER
,      PROXY_USER_TYPE
,      TARGET_USER
,      TARGET_USER_TYPE
,      TARGET_ROLE
FROM SYS.DBA_XS_PROXY_ROLES;

Dependencies

[top of page]

SYS.DBA_XS_PROXY_ROLES references the following:

SchemaSYS
TableUSER$
TableXS$OBJ
TableXS$PROXY_ROLE
SYS.DBA_XS_PROXY_ROLES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_PROXY_ROLES