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


VIEW: SYS.CDB_RSRC_CAPABILITY

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

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
CPU_CAPABLE NUMBER

TRUE if the CPU can be managed, FALSE otherwise
IO_CAPABLE VARCHAR2 (128)
type of I/O resource management that can be enabled
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 CPU_CAPABLE
,      IO_CAPABLE
,      STATUS
,      CON_ID
FROM SYS.CDB_RSRC_CAPABILITY;

Dependencies

[top of page]

SYS.CDB_RSRC_CAPABILITY does not reference any database object

SYS.CDB_RSRC_CAPABILITY is referenced by following:

SchemaPUBLIC
SynonymCDB_RSRC_CAPABILITY