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


VIEW: SYS.CDB_XS_DYNAMIC_ROLES

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

All the Real Application Security dynamic roles defined in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the dynamic role
GUID RAW (16)
GUID of the dynamic role
DURATION NUMBER

Duration (in minutes) for which the role is active
SYSTEM_DEFINED VARCHAR2 (3)
Indicates whether the dynamic role is system-defined
SCOPE VARCHAR2 (7)
Indicates whether the scope of the dynamic role is SESSION or REQUEST
DESCRIPTION VARCHAR2 (4000)
Description of the dynamic role
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      GUID
,      DURATION
,      SYSTEM_DEFINED
,      SCOPE
,      DESCRIPTION
,      CON_ID
FROM SYS.CDB_XS_DYNAMIC_ROLES;

Dependencies

[top of page]

SYS.CDB_XS_DYNAMIC_ROLES does not reference any database object

SYS.CDB_XS_DYNAMIC_ROLES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_DYNAMIC_ROLES