1Z0-032

多选题Which three resource plan parameters are used to enable Automatic Consumer Group Switching to estimate job execution times automatically, and to perform a switch to a low priority consumer group before they are initiated?()ASWITCH_TIMEBSWITCH_GROUPCMAX

题目
多选题
Which three resource plan parameters are used to enable Automatic Consumer Group Switching to estimate job execution times automatically, and to perform a switch to a low priority consumer group before they are initiated?()
A

SWITCH_TIME

B

SWITCH_GROUP

C

MAX_SESS_POOL

D

SWITCH_ESTIMATE

参考答案和解析
正确答案: A,D
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Youexecutethefollowingblockofcode:SQL>BEGINDBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN(SIMPLE_PLAN=>’DEPARTMENTS’,CONSUMER_GROUP1=>’PAYROLLL’,GROUP1_CPU=>50,CONSUMER_GROUP2=>’SALES’,GROUP2_CPU=>25,CONSUMER_GROUP3=>’MARKETING’,GROUP3_CPU=>25);END;SQL>/Whatisaprerequisiteforusingthesimpleresourceplancreatedbyexecutingtheabovecode?()

A.Youmustassignuserstoconsumergroups.

B.Youmustgranttheswitchprivilegetotheusers.

C.Youmustcreatearesourceplandirective.

D.Youmustspecifythecomplexresourceplan.


参考答案:A

第2题:

Every resource plan must contain an allocation to which consumer group?()

  • A、 LOW_GROUP
  • B、 SYS_GROUP
  • C、 DEFAULT_GROUP
  • D、 BASE_GROUP
  • E、 OTHER_GROUPS

正确答案:E

第3题:

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

第4题:

You notice that a job in a chain has not completed on a nonconstrained RAC database. Which of these are valid reasons why that might occur?()  

  • A、 The job priority is 1 and the resource consumer group CPU emphasis allocation is a low percentage.
  • B、 The job affinity is to a service and one node in that service is unavailable.
  • C、 The job affinity is to an instance and that instance is unavailable.
  • D、 There is no service affinity.
  • E、 None of the above.

正确答案:C

第5题:

You have created a resource plan, PROD_DB_PLAN, that uses the RATIO policy. The following consumer groups and their respective plan directives have been assigned to this resource plan: Consumer group HIGH_CG with CPU_P1 as 10.  Consumer group MEDIUM_CG with CPU_P1 as 5.  Consumer group LOW_CG with CPU_P1 as 2.  Consumer group OTHER_GROUPS with CPU_P1 as 1.  Which statement is correct in this scenario?()

  • A、 The CPU allocation would be equal between the HIGH_CG and MEDIUM_CG consumer groups if there are no sessions existing for the LOW_CG and OTHER_GROUPS consumer groups.
  • B、 The members of the HIGH_CG consumer group would get 10% of the CPU.
  • C、 The plan PROD_DB_PLAN can have subplans.
  • D、 The CPU allocation for the consumer groups would be based on the ratio defined for the CPU_P1.

正确答案:D

第6题:

You have created a resource plan, PROD_DB_PLAN, with the following consumer groups with the respective plan directives:  Consumer group SALES with CPU_P1 as 60 and DEGREE_OF_PARALLELISM as 4. Consumer group MARKET with CPU_P1 as 20.  Consumer group DEV with CPU_P1 as 20.  Consumer group OTHERS with CPU_P1 as 0 and CPU_P2 as 100.  Which two statements are correct in this scenario? ()

  • A、The maximum degree of parallelism for the members of the consumer groups is 4.
  • B、The CPU allocation will always be equal for the consumer groups MARKET and DEV.
  • C、The OTHERS consumer group would get 100% of the CPU if there are unused level 1 CPU resources.
  • D、The SALES and MARKET consumer groups would get 100% of the CPU if there are unused level 2 CPU resources.
  • E、The maximum degree of parallelism for the members of the consumer group SALES is 4 with no restriction for the remaining groups.

正确答案:C,E

第7题:

You are creating a resource consumer group using the DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP procedure. Which parameter will you use to define the resource scheduling method used between sessions within the resource group?() 

  • A、 CPU_MTH
  • B、 NEW_CPU_MTH
  • C、 CPU_P1
  • D、 CPU_P2

正确答案:A

第8题:

Youarecreatingajobclass.Youhaveissuedthefollowingcommandtocreatethejobclass:SQL>BEGINDBMS_SCHEDULER.CREATE_JOB_CLASS(JOB_CLASS_NAME=>’LOW_PRIORITY_CLASS’,RESOURCE_CONSUMER_GROUP=>’LOW_GROUP’,LOGGING_LEVEL=>DBMS_SCHEDULER.LOGGING_FULL,LOG_HISTORY=>1200,COMMENTS=>’LOWJOBPRIORITYCLASS’);END;SQL>/Whatwillbetheresultoftheabovecommand?()

A.Thecommandwillbeexecutedsuccessfully.

B.ThecommandwillfailbecauseRESOURCE_CONSUMER_GROUPisaninvalidparameterintheDBMS_SCHEDULER.CREATE_JOB_CLASSprocedure.

C.ThecommandwillfailbecauseLOGGING_LEVELisaninvalidparameterintheDBMS_SCHEDULER.CREATE_JOB_CLASSprocedure.

D.ThecommandwillfailbecauseLOG_HISTORYisaninvalidparameterintheDBMS_SCHEDULER.CREATE_JOB_CLASSprocedure.

E.Thecommandwillfailbecause1200isaninvalidvaluefortheLOG_HISTORYparameterintheDBMS_SCHEDULER.CREATE_JOB_CLASSprocedure.


参考答案:E

第9题:

Which of the following objects can be directly referenced by a window object?()

  • A、 Schedule object
  • B、 Program object
  • C、 Job object
  • D、 Resource plan
  • E、 Resource consumer group

正确答案:A,D

第10题:

You are using the Database Resource Manager to manage database resources. You created a resource plan directive for the MANAGERS resource consumer group under the SALES_PLAN by using the following statement:   SQL>EXEC DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE   (PLAN => ’SALES_PLAN’,   GROUP_OR_SUBPLAN => ’MANAGERS’,   CPU_P1 => 100, CPU_P2 =>0,   SWITCH_GROUP => ’CLERKS’,   SWITCH_TIME_IN_CALL => 600);   A user, SCOTT, who is assigned to the MANAGERS group, starts a database session and executes a query on the database. What is the outcome if the query takes approximately 15 minutes to complete?()  

  • A、 The query starts under the CLERKS group and the user, SCOTT, switches back to the MANAGERS group after the query completes.
  • B、 The query starts under the MANAGERS group but terminates with an error when the execution time exceeds 10 minutes.
  • C、 The query starts under the MANAGERS group and switches automatically to the CLERKS group when the execution time exceeds 10 minutes. The query does not switch back to the MANAGERS group after the query completes.
  • D、 The query starts under the MANAGERS group, the user SCOTT switches automatically to the CLERKS group when the execution time exceeds 10 minutes, and then switches back to the MANAGERS group after the query completes.

正确答案:D

更多相关问题