You are creating the simple resource plan using the DBMS_RES

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

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

第1题:

Youhavecreatedaresourceplan,DB_PLAN,usingDBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLANandyouwanttoimposearestrictiononutilizationofresourcesbythedatabaseusers.Whichstepmustbeperformedbeforeyoucanstartusingtheresourceplan?()

A.assignuserstoconsumergroups

B.settheresourceplanfortheinstance

C.configureasimpleresourceplanandspecifyplandirectives

D.configureacomplexresourceplanandspecifyplandirectives


参考答案:B

第2题:

Youhavecreatedaresourceplan,DAY.Youexecutethefollowingcode:

SQL>BEGIN

DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_DIRECTIVE

(PLAN=>’DAY’,

COMMENT=>’DEPARTMENTSPLAN’,

GROUP_OR_SUBPLAN=>’DEPARTMENTS’,

CPU_P1=0);

END;

Then,youissuethefollowingcode:

SQL>BEGIN

DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_DIRECTIVE

(PLAN=>’DAY’,

COMMENT=>’DEPARTMENTSPLAN’,

GROUP_OR_SUBPLAN=>’DEVELOPERS’,

CPU_P2=100);

END;

Whatwillbetheimpactofexecutingtheabovecode?()


参考答案:B

第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题:

For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)

  • A、setting idle timeout limits on resource plans
  • B、saving storage space by using compressed backup sets
  • C、creating jobs that will run automatically at a scheduled time
  • D、assigning priorities to jobs to manage access to system resources
  • E、creating alerts to perform notification when tablespaces are low on available space resources

正确答案:A,D

第5题:

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

第6题:

For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)

A. setting idle timeout limits on resource plans

B. saving storage space by using compressed backup sets

C. creating jobs that will run automatically at a scheduled time

D. assigning priorities to jobs to manage access to system resources

E. creating alerts to perform notification when tablespaces are low on available space resources


参考答案:A, D

第7题:

Which three resources might be prioritized between competing pluggable databases when creating amultitenant container database plan (CDB plan) using Oracle Database Resource Manager?()

A. Maximum Undo per consumer group

B. Maximum Idle time

C. Parallel server limit

D. CPU

E. Exadata I/O

F. Local file system I/O


参考答案:C, D, F

第8题:

For which two situations would you use functionality provided by the Resource Manager?()

A. setting idle timeout limits on resource plans

B. saving storage space by using compressed backup sets

C. creating jobs that will run automatically at a scheduled time

D. assigning priorities to jobs to manage access to system resources

E. creating alerts to perform notification when tablespaces are low on available space resources


参考答案:A, D

第9题:

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

第10题:

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

更多相关问题