5.41 DBA_HIST_RSRC_PLAN
DBA_HIST_RSRC_PLAN displays historical information about resource plans.
               
This view contains snapshots of V$RSRC_PLAN_HISTORY.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Unique snapshot ID | 
| 
 | 
 | 
 | Database ID for the snapshot | 
| 
 | 
 | 
 | Instance number for the snapshot | 
| 
 | 
 | 
 | A sequential counter that uniquely describes a row. When the instance is restarted, this value is reset to zero. | 
| 
 | 
 | 
 | Time that the resource plan was enabled | 
| 
 | 
 | 
 | Time that the resource plan was disabled; NULL if the row contains the current resource plan information | 
| 
 | 
 | 
 | Resource plan ID; NULL if the Resource Manager was disabled | 
| 
 | 
 | 
 | Resource plan name; NULL if the Resource Manager was disabled | 
| 
 | 
 | 
 | Indicates whether the resource plan has parameters that specify a policy for how the Resource Manager should schedule sessions to manage CPU usage ( | 
| 
 | 
 | 
 | State of parallel statement queuing: 
 | 
| 
 | 
 | 
 | Indicates whether instance caging is enabled ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | 
 | The database ID of the PDB for the sampled session | 
| 
 | 
 | 
 | The ID of the container that  
 | 
See Also: