OCP-043 Pending Area

Oracle数据库中,Pending Area是进行资源管理计划更改的关键。在创建消费者组时,必须先创建Pending Area以避免错误。Pending Area的创建、验证、提交和清除是其管理的四个步骤。验证过程确保变更符合特定规则,如避免循环、保证百分比不超过100%等。提交变更前需通过validate验证,然后使用submit使其生效。若要清除Pending Area,需调用DBMS_RESOURCE_MANAGER.CLEAR_PENDING_AREA,以便进行新的更改。
摘要由CSDN通过智能技术生成

92. You want to create a consumer group, GROUP1, and you execute the following command in the
commandline
interface:
SQL> EXEC DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP
(CONSUMER_GROUP =>'group1', COMMENT => 'New Group');
This command errors out displaying the following message:
ERROR at line 1:
ORA29371:
pending area is not active
ORA06512:
at "SYS.DBMS_RMIN", line 115
ORA06512:
at "SYS.DBMS_RESOURCE_MANAGER", line 108
ORA06512:
at line 1
What action would you take to overcome this error?
A.create the Pending Area before creating the consumer group
B.activate the Pending Area before creating the consumer group
C.increase the size of the large pool to accommodate the Pending Area
D.increase the size of the shared pool to accommodate the Pending Area
E.increase the size of the database buffer cache to accommodate the Pending Area
Answer: A


Creating a Pending Area

To create a pending area, you use the following statement:

EXEC DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA;

In effect, you are making the pending area active and "loading&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值