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


VIEW: SYS.CDB_CDB_RSRC_PLANS

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

All the consolidation resource plans in all containers

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

container id
Query Text

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


SELECT PLAN_ID
,      PLAN
,      COMMENTS
,      STATUS
,      MANDATORY
,      CON_ID
FROM SYS.CDB_CDB_RSRC_PLANS;

Dependencies

[top of page]

SYS.CDB_CDB_RSRC_PLANS does not reference any database object

SYS.CDB_CDB_RSRC_PLANS is referenced by following:

SchemaPUBLIC
SynonymCDB_CDB_RSRC_PLANS