9.195 V$RSRC_PLAN
V$RSRC_PLAN
displays the names of all currently active resource plans.
Column | Datatype | Description |
---|---|---|
|
|
Resource plan ID (a unique number, consistent across database shutdowns and startups). This is also the data dictionary object ID. |
|
|
Name of the resource plan |
|
|
Indicates whether the resource plan is the current top plan ( |
|
|
Indicates whether the resource plan has parameters that specify a policy for how the Resource Manager should schedule sessions to manage CPU usage ( |
|
|
Indicates whether instance caging is enabled ( |
|
|
Total number of active parallel servers on the instance |
|
|
The value of |
|
|
State of parallel statement queuing:
For an Oracle RAC database, only the instance running as master Database Resource Manager (DBRM) shows the correct state of parallel statement queuing. All other instances default to the value |
|
|
The ID of the container to which the data pertains. Possible values include:
|
|
|
The type of directive used by this PDB:
|
|
|
Resource allocation for this PDB, expressed in shares |
|
|
Maximum percentage of the container's resources allowed for this PDB |
|
|
Maximum percentage of the parallel target the PDB can use before queuing subsequent parallel queries |
|
|
The percentage of Exadata Smart Flash Cache and Exadata PMEM cache that is guaranteed to the PDB This percentage is based on the total amount of space allocated to the CDB for Exadata Smart Flash Cache and Exadata PMEM cache. See Oracle Exadata System Software User's Guide for more information. |
|
|
The maximum percentage of Exadata Smart Flash Cache and Exadata PMEM cache that the PDB can use This percentage is based on the total amount of space allocated to the CDB for Exadata Smart Flash Cache and Exadata PMEM cache. See Oracle Exadata System Software User's Guide for more information. |
|
|
The value of the |
The resource plan with CON_ID=ROOT
is the CDB resource plan.
See Also:
-
"DBA_RSRC_PLANS" for a listing of all plans in the database
-
"DBA_CDB_RSRC_PLANS" for information about CDB resource plans
-
"DBA_CDB_RSRC_PLAN_DIRECTIVES" for information about CDB resource plan directives
-
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