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


VIEW: SYS.DBA_RSRC_CAPABILITY

Object Details
Object Name: DBA_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

[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
Query Text

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


SELECT CPU_CAPABLE
,      IO_CAPABLE
,      STATUS
FROM SYS.DBA_RSRC_CAPABILITY;

Dependencies

[top of page]

SYS.DBA_RSRC_CAPABILITY references the following:

SchemaSYS
TableRESOURCE_CAPABILITY$
SYS.DBA_RSRC_CAPABILITY is referenced by following:

SchemaPUBLIC
SynonymDBA_RSRC_CAPABILITY