Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$RSRC_PLAN
displays the names of all currently active resource plans.
Column | Datatype | Description |
---|---|---|
ID |
NUMBER |
Resource plan ID (a unique number, consistent across database shutdowns and startups). This is also the data dictionary object ID. |
NAME |
VARCHAR2(32) |
Name of the resource plan |
IS_TOP_PLAN |
VARCHAR2(5) |
Indicates whether the resource plan is the current top plan (TRUE ) or whether the resource plan is a subplan of the current top plan (FALSE ) |
CPU_MANAGED |
VARCHAR2(3) |
Indicates whether the resource plan has parameters that specify a policy for how the Resource Manager should schedule sessions to manage CPU usage (ON ) or whether Resource Manager is not managing CPU usage (OFF ) |
INSTANCE_CAGING Foot 1 |
VARCHAR2(3) |
Indicates whether instance caging is enabled (ON ) or disabled (OFF ). Instance caging is enabled if the CPU_COUNT initialization parameter is set to a value other than 0 and Resource Manager is enabled. |
PARALLEL_SERVERS_ACTIVE Footref 1 |
NUMBER |
Total number of active parallel servers on the instance |
PARALLEL_SERVERS_TOTAL Footref 1 |
NUMBER |
The value of PARALLEL_SERVERS_TARGET for the instance. Parallel statements are queued if the total number of active parallel servers exceeds this value. |
PARALLEL_EXECUTION_MANAGED Footref 1 |
VARCHAR2(32) |
State of parallel statement queuing:
|
Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.2).
See Also:
"DBA_RSRC_PLANS" for a listing of all plans in the database
Oracle Database Administrator's Guide for information on resource plans
Oracle Database PL/SQL Packages and Types Reference for information on defining resource allocation methods for consumer groups with the DBMS_RESOURCE_MANAGER
package