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


VIEW: SYS.CDB_XS_ROLE_GRANTS

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

All the Real Application Security role grants in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
GRANTEE VARCHAR2 (128)
Name of the grantee
GRANTED_ROLE VARCHAR2 (128)
Name of the granted role
GRANTED_ROLE_TYPE VARCHAR2 (11)
Type of the granted role
START_DATE TIMESTAMP(6) WITH TIME ZONE (13)
Effective start date of the role grant
END_DATE TIMESTAMP(6) WITH TIME ZONE (13)
Effective end date of the role grant
CON_ID NUMBER

container id
Query Text

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


SELECT GRANTEE
,      GRANTED_ROLE
,      GRANTED_ROLE_TYPE
,      START_DATE
,      END_DATE
,      CON_ID
FROM SYS.CDB_XS_ROLE_GRANTS;

Dependencies

[top of page]

SYS.CDB_XS_ROLE_GRANTS does not reference any database object

SYS.CDB_XS_ROLE_GRANTS is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_ROLE_GRANTS