LOW_GROUP
SYS_GROUP
DEFAULT_GROUP
BASE_GROUP
OTHER_GROUPS
第1题:
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?()
第2题:
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?()
第3题:
Which of these represent the main components of Database Resource Manager?()
第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?()
第5题:
Which statement is true while creating subplans using Resource Manager?()
第6题:
assign users to consumer groups
set the resource plan for the instance
configure a simple resource plan and specify plan directives
configure a complex resource plan and specify plan directives
第7题:
SWITCH_TIME
SWITCH_GROUP
MAX_SESS_POOL
SWITCH_ESTIMATE
第8题:
LOW_GROUP
SYS_GROUP
DEFAULT_GROUP
BASE_GROUP
OTHER_GROUPS
第9题:
The plan PROD_DB_PLAN can have subplans.
The members of the HIGH_CG consumer group would get 10% of the CPU.
The CPU allocation for the consumer groups would be based on the ratio defined for the CPU_P1.
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.
第10题:
The subplan must belong to the consumer group, SYS_GROUP.
The total CPU usage at any given level must be less than 100%.
The subplans can be used to restrict the degree of parallelism for a user.
You can use a resource plan instead of a consumer group to implement a priority ranking within the plan.
第11题:
45.5
65
70
100
第12题:
A window must have been created with the WEEKEND_PLAN resource plan.
A program must have been created with the WEEKEND_PLAN resource plan.
A job class must have been created with the WEEKEND_PLAN resource plan.
A window group must have been created with the WEEKEND_PLAN resource plan.
第13题:
Every resource plan must contain an allocation to which consumer group?()
第14题:
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?()
第15题:
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?()
第16题:
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?()
第17题:
assign users to consumer groups
set the resource plan for the instance
configure a simple resource plan and specify plan directives
configure a complex resource plan and specify plan directives
第18题:
The maximum degree of parallelism for the members of the consumer groups is 4.
The CPU allocation will always be equal for the consumer groups MARKET and DEV.
The OTHERS consumer group would get 100% of the CPU if there are unused level 1 CPU resources.
The SALES and MARKET consumer groups would get 100% of the CPU if there are unused level 2 CPU resources.
The maximum degree of parallelism for the members of the consumer group SALES is 4 with no restriction for the remaining groups.
第19题:
The Resource Manager plan does not affect the user.
There must be a plan directive in any of the plans of the group to control the resources.
The members of the group DEFAULT_CONSUMER_GROUP always have resource restrictions.
The members of DEFAULT_CONSUMER_GROUP are restrained from accessing the system tables.
The members of this group can change their group without the database administrator’s intervention.
第20题:
The maximum degree of parallelism for the members of the consumer groups is 4.
The CPU allocation will always be equal for the consumer groups MARKET and DEV.
The OTHERS consumer group would get 100% of the CPU if there are unused level 1 CPU resources.
The SALES and MARKET consumer groups would get 100% of the CPU if there are unused level 2 CPU resources.
The maximum degree of parallelism for the members of the consumer group SALES is 4 with no restriction for the remaining groups.
第21题:
Multiple application servers must be in a single resource group.
Multiple application servers per resource group may be monitored.
Multiple resource groups must each contain a single application server.
Multiple application servers in a cluster cannot use process monitoring.
第22题:
RATIO
EMPHASIS
ACTIVE_SESS_POOL_MTH
RESOURCE_DEGREE_LIMIT_ABSOLUTE
第23题:
V$SYSSTAT
V$SESSSTAT
V$RSRC_PLAN
V$RSRC_CONSUMER_GROUP
第24题:
You must assign users to consumer groups.
You must grant the switch privilege to the users.
You must create a resource plan directive.
You must specify the complex resource plan.