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


VIEW: SYS.DBA_RSRC_MAPPING_PRIORITY

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

the consumer group mapping attribute priorities

[View Source]

Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE VARCHAR2 (128)
session attribute
PRIORITY NUMBER

priority (1 = highest)
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
,      PRIORITY
,      STATUS
FROM SYS.DBA_RSRC_MAPPING_PRIORITY;

Dependencies

[top of page]

SYS.DBA_RSRC_MAPPING_PRIORITY references the following:

SchemaSYS
TableRESOURCE_MAPPING_PRIORITY$
SYS.DBA_RSRC_MAPPING_PRIORITY is referenced by following:

SchemaPUBLIC
SynonymDBA_RSRC_MAPPING_PRIORITY