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


VIEW: SYS.CDB_RSRC_GROUP_MAPPINGS

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

all the consumer group mappings in all containers

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

container id
Query Text

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


SELECT ATTRIBUTE
,      VALUE
,      CONSUMER_GROUP
,      STATUS
,      CON_ID
FROM SYS.CDB_RSRC_GROUP_MAPPINGS;

Dependencies

[top of page]

SYS.CDB_RSRC_GROUP_MAPPINGS does not reference any database object

SYS.CDB_RSRC_GROUP_MAPPINGS is referenced by following:

SchemaPUBLIC
SynonymCDB_RSRC_GROUP_MAPPINGS