Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

V$RSRC_PLAN

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)

See Also: