欢迎光临
我们一直在努力

Oracle 视图 DBA_CDB_RSRC_PLAN_DIRECTIVES 官方解释,作用,如何使用详细说明

本站中文解释

Oracle视图DBA_CDB_RSRC_PLAN_DIRECTIVES是一个用于查询当前CDB的资源管理计划的视图。它显示可用的计划中的专用指令。该视图是查询,管理和监控资源计划设置的方便工具。

要使用该视图,可以执行以下查询:SELECT * FROM DBA_CDB_RSRC_PLAN_DIRECTIVES;

查询结果将显示当前CDB资源管理计划的相关信息,例如资源计划名称,实例ID,操作系统用户名,计划指令的信息,及该计划的相关状态。

官方英文解释

DBA_CDB_RSRC_PLAN_DIRECTIVES provides information about all the CDB resource plan directives.

Note:

ORA$DEFAULT_PDB_DIRECTIVE is the default directive for PDBs. For more information about ORA$DEFAULT_PDB_DIRECTIVE, see Oracle Multitenant
Administrator’s Guide
.

Column Datatype NULL Description

PLAN

VARCHAR2(128)

Name of the CDB resource plan to which this directive belongs

PLUGGABLE_DATABASE

VARCHAR2(128)

Name of the PDB referred to. NULL for profile directives

PROFILE

VARCHAR2(128)

For internal use only

DIRECTIVE_TYPE

VARCHAR2(30)

For internal use only

SHARES

NUMBER

Resource allocation, expressed in shares

UTILIZATION_LIMIT

NUMBER

Maximum resource utilization allowed, expressed in percentage

PARALLEL_SERVER_LIMIT

NUMBER

Maximum percentage of the parallel target used before queueing subsequent parallel queries

MEMORY_MIN

NUMBER

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.

MEMORY_LIMIT

NUMBER

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.

COMMENTS

VARCHAR2(2000)

Text comment on the resource plan directive

STATUS

VARCHAR2(128)

PENDING if it is part of the pending area, NULL otherwise

MANDATORY

VARCHAR2(3)

Whether the resource plan directive is mandatory. Mandatory plans cannot be deleted.

Note:

Oracle recommends that you do not use the parallel_server_limit directive in a CDB resource plan.

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。