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


VIEW: SYS.DBA_RSRC_GROUP_MAPPINGS

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

all the consumer group mappings

[View Source]

Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE VARCHAR2 (128)
which session attribute to match
VALUE VARCHAR2 (128)
attribute value
CONSUMER_GROUP VARCHAR2 (128)
target consumer group name
STATUS VARCHAR2 (128)
PENDING if it is part of the pending area, NULL otherwise
Query Text

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


SELECT ATTRIBUTE
,      VALUE
,      CONSUMER_GROUP
,      STATUS
FROM SYS.DBA_RSRC_GROUP_MAPPINGS;

Dependencies

[top of page]

SYS.DBA_RSRC_GROUP_MAPPINGS references the following:

SchemaSYS
TableRESOURCE_GROUP_MAPPING$
TableRESOURCE_MAPPING_PRIORITY$
SYS.DBA_RSRC_GROUP_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymDBA_RSRC_GROUP_MAPPINGS
SchemaSYS
Package BodyDBMS_WLM - show dependent code