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


VIEW: SYS.DBA_CDB_RSRC_PLANS

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

All the consolidation resource plans

[View Source]

Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes CDB Plan ID
PLAN VARCHAR2 (128)
CDB Plan name
COMMENTS VARCHAR2 (2000)
STATUS VARCHAR2 (128)
MANDATORY VARCHAR2 (3)
Query Text

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


SELECT PLAN_ID
,      PLAN
,      COMMENTS
,      STATUS
,      MANDATORY
FROM SYS.DBA_CDB_RSRC_PLANS;

Dependencies

[top of page]

SYS.DBA_CDB_RSRC_PLANS references the following:

SchemaSYS
TableCDB_RESOURCE_PLAN$
SYS.DBA_CDB_RSRC_PLANS is referenced by following:

SchemaPUBLIC
SynonymDBA_CDB_RSRC_PLANS
SchemaSYS
Package BodyDBMS_WLM - show dependent code