多选题In your production database, you observe that users’ transactions are consuming a lot of resources and you plan to impose resource restrictions by using Resource Manager.  For which three resources can you enable usage restrictions by using Resource Ma

题目
多选题
In your production database, you observe that users’ transactions are consuming a lot of resources and you plan to impose resource restrictions by using Resource Manager.  For which three resources can you enable usage restrictions by using Resource Manager?()
A

CPU usage

B

degree of parallelism

C

number of open cursors

D

number of sorts performed

E

idle time for blocking sessions

F

number of disk I/O operations performed

G

number of memory I/O operations performed

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

第1题:

You plan to control idle sessions that are blocking other sessions from performing transactions. Your requirement is to automatically terminate these blocking sessions when they remain idle for a specified amount of time. How would you accomplish this task?()

  • A、Set metric threshold
  • B、Implement Database Resource Manager
  • C、Enable resumable timeout for user sessions
  • D、Add directives to Automatic Database Diagnostic Monitor (ADDM)

正确答案:B

第2题:

Using Oracle Scheduler you have scheduled two jobs, JOB_Aand 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 window group must have been created with the WEEKEND_PLAN resource plan.

正确答案:C

第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 execute the following block of code:   SQL>BEGIN   DBMS_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>/   What is a prerequisite for using the simple resource plan created by executing the above code?()

  • A、 You must assign users to consumer groups.
  • B、 You must grant the switch privilege to the users.
  • C、 You must create a resource plan directive.
  • D、 You must specify the complex resource plan.

正确答案:A

第5题:

You are enabling the Automatic Shared Memory Management feature in the Oracle Database 10g to ensure that the important memory structures of the System Global Area (SGA) are automatically adjusted depending on the database workload. You are using Enterprise Manager 10g to enable this feature. You are currently on the Administration tab page.  Which two links should you click to go to the Memory Advisor page?()

  • A、 Advisor Central
  • B、 Global Attributes
  • C、 Resource Monitors
  • D、 Memory Parameters
  • E、 Database Usage Statistics
  • F、 All Initialization Parameters
  • G、 Automatic Workload Repository

正确答案:A,C

第6题:

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

第7题:

You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users.   Which step must be performed before you can start using the resource plan?()

  • A、assign users to consumer groups
  • B、set the resource plan for the instance
  • C、configure a simple resource plan and specify plan directives
  • D、configure a complex resource plan and specify plan directives

正确答案:B

第8题:

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

第9题:

You work as a database administrator for Supportcenter.cn. You find that users with DBA role are using more CPU resources than what is allocated in their profiles. Which action would you take to ensure that resources limits are imposed on these users?()

  • A、Assign the DEFAULT profile to the users
  • B、Set the RESOURCE_LIMIT parameter to TRUE in the parameter file
  • C、Create a new profile with CPU restrictions and assign it to the users
  • D、Specify the users as members of the DEFAULT_CONSUMER_GROUP
  • E、Revoke the DBA role and grant CONNECT and RESOURCE role to the users

正确答案:B

第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

更多相关问题