OCP 1Z0 053 99

99.View the Exhibit and examine the steps that you executed to create a database resource plan. 
Subsequently, you execute the following procedure which results in an error: 
SQL> EXECUTE dbms_resources_manager.validate_pending_area ( ); 
What could be the reason? 
Exhibit: 

A. The pending area is automatically submitted after the plan creation 
B. The procedure must be executed before creating the resources plan directive 
C. The SYS_GROUP resource consumer group is not included in the resource plan directive 
D. The OTHER_GROUPS resources consumer group is not included in the resource plan directive 
Answer: D 

SQL> execute dbms_resource_manager.create_pending_area();
PL/SQL procedure successfully completed

SQL> execute dbms_resource_manager.create_consumer_group(consumer_group => 'OLTP',comment => 'Online users');
PL/SQL procedure successfully completed

SQL> execute dbms_resource_manager.create_plan(plan => 'PRIUSERS',comment => 'DSS/Batch priority,...');
PL/SQL procedure successfully completed

SQL> execute dbms_resource_manager.create_plan_directive(plan => 'PRIUSERS',group_or_subplan => 'OLTP',comment => 'Online users',cpu_p1 => 60);
PL/SQL procedure successfully completed

SQL> EXECUTE dbms_resource_manager.validate_pending_area();
begin dbms_resource_manager.validate_pending_area(); end;
ORA-29382: 暂挂区验证失败
ORA-29377: 使用者组 OTHER_GROUPS 不是最高级计划 PRIUSERS 的组成部分
ORA-06512: 在 "SYS.DBMS_RMIN", line 444
ORA-06512: 在 "SYS.DBMS_RESOURCE_MANAGER", line 815
ORA-06512: 在 line 1


相关内容见

http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbrm.htm#ADMIN027


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值