You have created a resource plan, DAY. You execute the follo

题目
单选题
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.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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?()

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


参考答案:D

第2题:

You recently activated a resource plan named OLTP_PLAN in your database. Several users are concurrently running long transactions. You decide to monitor the resource manager to determine if the resource allocation formulated in the OLTP_PLAN is sufficient for peak database hours. Which dynamic performance view should you use to display the CPU time consumed by all the sessions within the resource groups?()  

  • A、 V$SYSSTAT
  • B、 V$SESSSTAT
  • C、 V$RSRC_PLAN
  • D、 V$RSRC_CONSUMER_GROUP

正确答案:D

第3题:

车队抵达时, 在保证道路畅通方面有没有预案?

A.Have you got any tip to keep the traffic smooth when vehicles come?

B.Have you prepared emergency plan to guarantee the traffic?

C.Have you made any precautionary measures for clearing the road?

D.Have you got any plan to keep the road cleared when the motorcade comes?


正确答案:D

第4题:

Using Oracle Scheduler you have scheduled two jobs, JOB_A and JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()

  • A、 A window must have been created with the WEEKEND_PLAN resource plan.
  • B、 A program must have been created with the WEEKEND_PLAN resource plan.
  • C、 A job class must have been created with the WEEKEND_PLAN resource plan.
  • D、 A windows group must have been created with the WEEKEND_PLAN resource plan.

正确答案:A

第5题:

While designing your database, you have created the EMPLOYEEStable as an index-organized (IOT). You want to create a bitmap index on the JOD_IDcolumn to make queries faster. Which task must have been completed so that you are able to create the bitmap index?()

  • A、 A primary key must have been created.
  • B、 A mapping table must have been created.
  • C、 An overflow tablespace must have been specified.
  • D、 The PCTTHRESHOLD option must have been specified.

正确答案:B

第6题:

Before a project schedule can be created,the schedule maker should have a ( ) ,an effort estimate for each task,and a resource list with availability for each resource.

A.work breakdown structure
B.baseline
C.software requirements specification
D.plan

答案:A
解析:
翻译:在项目进度计划制定前,制定者应该有一份工作分解结构,一份针对每个任务的工作量估算,以及可用资源列表。A.工作分解结构 B.基线 C.软件需求说明书 D.计划

第7题:

The Database Resource Manager is not currently active in your database that is up and running. You created a resource plan named DAY_PLAN that contains two sub-plans named MANAGERS_PLAN and CLERKS_PLAN. You decided to activate DAY_PLAN by executing the following statement:       SQL>ALTER SYSTEM SET RESOURCE_MANAGER_PLAN = ’managers_plan’;  What will be the outcome of this statement?()  

  • A、 The statement will deactivate DAY_PLAN.
  • B、 The statement will activate DAY_PLAN as the top plan.
  • C、 The statement will activate MANAGERS_PLAN as the top plan.
  • D、 The statement will return an error because MANAGERS_PLAN is not the top plan.

正确答案:C

第8题:

It will enable you to plan your activities so that you have adequate time for both work and play.


参考答案:它能让你为你的行动做出计划使你有充足的时间学习和玩耍。

第9题:

You are creating the simple resource plan using the DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN procedure. Which resource allocation policy will be used for the resource plan?()  

  • A、 RATIO
  • B、 EMPHASIS
  • C、 ACTIVE_SESS_POOL_MTH
  • D、 RESOURCE_DEGREE_LIMIT_ABSOLUTE

正确答案:B

第10题:

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The instance has databases for a finance application and a manufacturing application. You want to put some limitation on the maximum CPU query time allowed by the applications, so you configure the Resource Governor to achieve this. But you notice that certain reports do not execute successfully any longer on the manufacturing application. You have to allow the manufacturing application to consume more CPU time, so you have to change the Resource Governor configuration.  Which Resource Governor component should you configure?()  

  • A、The workload group which is used by default 
  • B、The workload group which is used by the finance application 
  • C、The classifier function which identifies the finance application 
  • D、The workload group which is used by the manufacturing application 

正确答案:D

更多相关问题