Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 261 of 521


DBA_RSRC_PLANS

DBA_RSRC_PLANS lists all resource plans in the database. For a list of currently active plans, see "V$RSRC_PLAN".

See Also:

 

Column  Datatype  NULL  Description 

PLAN 

VARCHAR2(30) 

 

Name of the resource plan 

NUM_PLAN_DIRECTIVES 

NUMBER 

 

Number of plan directives for the plan 

CPU_METHOD 

VARCHAR2(30) 

 

CPU resource allocation method for the plan 

ACTIVE_SESS_POOL_MTH 

VARCHAR2(30) 

 

Active session pool resource allocation method for the plan 

PARALLEL_DEGREE_LIMIT_MTH 

VARCHAR2(30) 

 

Parallel degree limit resource allocation method for the plan 

QUEUING_MTH 

VARCHAR2(30) 

 

Queuing resource allocation method for the plan 

COMMENTS 

VARCHAR2(2000) 

 

Text comment on the plan 

STATUS 

VARCHAR2(30) 

 

Status of the plan: PENDING if it is part of the pending area, ACTIVE otherwise 

MANDATORY 

VARCHAR2(3) 

 

(YES/NO) Indicates whether the plan is mandatory 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback