Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

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

Static Data Dictionary Views, 222 of 452


DBA_RSRC_PLAN_DIRECTIVES

DBA_RSRC_PLAN_DIRECTIVES lists all resource plan directives in the database.

See Also:

 

Column  Datatype  NULL  Description 

PLAN 

VARCHAR2(30) 

 

Name of the plan to which this directive belongs 

GROUP_OR_SUBPLAN 

VARCHAR2(30) 

 

Name of the consumer group or subplan referred to 

TYPE 

VARCHAR2(14) 

 

Whether GROUP_OR_SUBPLAN refers to a consumer group or plan 

CPU_P1 

NUMBER 

 

First parameter for the CPU resource allocation method 

CPU_P2 

NUMBER 

 

Second parameter for the CPU resource allocation method 

CPU_P3 

NUMBER 

 

Third parameter for the CPU resource allocation method 

CPU_P4 

NUMBER 

 

Fourth parameter for the CPU resource allocation method 

CPU_P5 

NUMBER 

 

Fifth parameter for the CPU resource allocation method 

CPU_P6 

NUMBER 

 

Sixth parameter for the CPU resource allocation method 

CPU_P7 

NUMBER 

 

Seventh parameter for the CPU resource allocation method 

CPU_P8 

NUMBER 

 

Eighth parameter for the CPU resource allocation method 

MAX_ACTIVE_SESS_TARGET_P1 

NUMBER 

 

Reserved for future use. 

PARALLEL_DEGREE_LIMIT_P1 

NUMBER 

 

First parameter for the parallel degree limit resource allocation method 

COMMENTS 

VARCHAR2(2000) 

 

Text comment on the plan directive 

STATUS 

VARCHAR2(30) 

 

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

MANDATORY 

VARCHAR2(3) 

 

Whether the plan is mandatory: YES | NO 


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

All Rights Reserved.

Library

Product

Contents

Index