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


VIEW: SYS.DBA_XS_DYNAMIC_ROLES

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

All the Real Application Security dynamic roles defined in the database

[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
Query Text

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


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

Dependencies

[top of page]

SYS.DBA_XS_DYNAMIC_ROLES references the following:

SchemaSYS
TableXS$OBJ
TableXS$PRIN
SYS.DBA_XS_DYNAMIC_ROLES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_DYNAMIC_ROLES