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


VIEW: SYS.CDB_XS_PROXY_ROLES

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

All the Real Application Security proxy role grants in all containers

[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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_XS_PROXY_ROLES;

Dependencies

[top of page]

SYS.CDB_XS_PROXY_ROLES does not reference any database object

SYS.CDB_XS_PROXY_ROLES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_PROXY_ROLES