RATIO
EMPHASIS
ACTIVE_SESS_POOL_MTH
RESOURCE_DEGREE_LIMIT_ABSOLUTE
第1题:
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?()
第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?()
第3题:
For which two situations would you use functionality provided by the Resource Manager? ()(Choose two.)
第4题:
Which statement is true while creating subplans using Resource Manager?()
第5题:
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?()
第6题:
Which three resources might be prioritized between competing pluggable databases when creating amultitenant container database plan (CDB plan) using Oracle Database Resource Manager?()
第7题:
You should consider creating a Host (A) resource record.
You should consider creating a Text (TXT) resource record.
You should consider creating a Pointer (PTR) resource record.
You should consider creating a Mail exchange (MX) resource record.
第8题:
The DEVELOPERS and DEPARTMENTS subplans will be allocated CPU equally.
The DEVELOPERS subplan will be allocated 100 percent CPU if there are no resources allocated to the DEPARTMENTS subplan.
The DEPARTMENT subplan will be allocated 100 percent CPU if there are no resources allocated to the DEVELOPERS subplan.
The second code will not execute because one resource plan cannot be used by more than one subplan.
第9题:
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
第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题:
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
第12题:
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.
第13题:
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
第14题:
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?()
第15题:
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?()
第16题:
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?()
第17题:
For which two situations would you use functionality provided by the Resource Manager?()
第18题:
You work as the enterprise exchange administrator at Company.com.The Company.com network consists of a single Active Directory domain named Company.com.Company.com has an Exchange Server 2010 organization.You have received instructions from the CIO to support Autodiscover from the Internet by creating a resource record in DNS.What should you do?()
第19题:
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.
第20题:
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 windows group must have been created with the WEEKEND_PLAN resource plan.
第21题:
CPU usage
degree of parallelism
number of open cursors
number of sorts performed
idle time for blocking sessions
number of disk I/O operations performed
number of memory I/O operations performed
第22题:
CPU_MTH
NEW_CPU_MTH
CPU_P1
CPU_P2
第23题:
CPU usage
degree of parallelism
number of open cursors
number of sorts performed
idle time for blocking sessions
number of disk I/O operations performed
number of memory I/O operations performed