可学答题网 > 问答 > 1z0-043题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You have created a&ens


You have created a resource plan, DAY. You execute the following code:        SQL> BEGIN        DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_DIRECTIVE   ( PLAN => ’DAY’,        COMMENT => ’DEPARTMENTS PLAN’,   GROUP_OR_SUBPLAN => ’DEPARTMENTS’,        CPU_P1=0);        END;   Then, you issue the following code:        SQL> BEGIN   DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_DIRECTIVE        ( PLAN => ’DAY’,        COMMENT => ’DEPARTMENTS PLAN’,        GROUP_OR_SUBPLAN => ’DEVELOPERS’,        CPU_P2=100);        END;   What will be the impact of executing the above code?()  

  • A The DEVELOPERS and DEPARTMENTS subplans will be allocated CPU equally.
  • B The DEVELOPERS subplan will be allocated 100 percent CPU if there are no resources allocated to the DEPARTMENTS subplan.
  • C The DEPARTMENT subplan will be allocated 100 percent CPU if there are no resources allocated to the DEVELOPERS subplan.
  • D The second code will not execute because one resource plan cannot be used by more than one subplan.
参考答案
参考解析:
分类:1z0-043题库
相关推荐

1、You are creating a&ens

You are creating a Windows Forms application for inventory management by using the .NET Framewo...

2、You are creating a&ens

You are creating a locally managed tablespace to meet the following requirements: All the exte...

3、You create a class&ens

You create a class library that contains the class hierarchy defined in the following code&ensp...

4、You have created a&ens

You have created a database link, devdb.us.oracle.com, between the databases PRODDB and DEVDB. You...

5、You have created a&ens

You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want ...

6、You have created a&ens

You have created a locally managed tablespace by issuing the following command:     ...