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


VIEW: SYS.CDB_RSRC_INSTANCE_CAPABILITY

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

per-instance settings for database resources that are capable of being
managed by the Resource Manager in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
INSTANCE_NUMBER NUMBER

instance number
IO_SHARES NUMBER

number of I/O shares for this instance
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 INSTANCE_NUMBER
,      IO_SHARES
,      STATUS
,      CON_ID
FROM SYS.CDB_RSRC_INSTANCE_CAPABILITY;

Dependencies

[top of page]

SYS.CDB_RSRC_INSTANCE_CAPABILITY does not reference any database object

SYS.CDB_RSRC_INSTANCE_CAPABILITY is referenced by following:

SchemaPUBLIC
SynonymCDB_RSRC_INSTANCE_CAPABILITY