You set the undo pool resource plan directive for the consum

题目
多选题
You set the undo pool resource plan directive for the consumer group named DSS_USERS that is assigned to the DAY_SHIFT plan. The database users, SCOTT and BLAKE, belong to the DSS_USERS resource group. The user, SCOTT, initiates a database session and executes a batch operation that inserts millions of rows into the HISTORY table. Which two options are true if the total undo space allocated to the DSS_USERS group exceeds the value specified in the undo pool resource plan directive?()
A

The batch operation started by the user, SCOTT, terminates with an error.

B

The batch operation started by the user, SCOTT, hangs and you are required to increase the undo pool resource plan directive.

C

The batch operation started by the user, SCOTT, runs uninterrupted because the database uses the SYSTEM tablespace for the undo operation.

D

The user, BLAKE, cannot start a transaction that uses any DML operations until you increase the value of the undo pool resource plan directive.

E

The user BLAKE can start a transaction that uses any DML operations after the batch operation started by the user, SCOTT, terminates with an error.

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

第1题:

You create two resource plans, one for data warehouse loading jobs at night and the other for application jobs at day time. You want the resource plans to activate automatically so that the resource allocation is optimum as desired by the activity.How would you achieve this?()

  • A、Implement job classes
  • B、Implement Scheduler windows
  • C、Implement the mapping rule for the consumer groups
  • D、Set the SWITCH_TIME resource plan directive for both the resource plans

正确答案:B

第2题:

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

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

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?()

  • 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 windows group must have been created with the WEEKEND_PLAN resource plan.

正确答案:A

第5题:

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

第6题:

The Database Resource Manager is not currently active in your database that is up and running. You created a resource plan named DAY_PLAN that contains two sub-plans named MANAGERS_PLAN and CLERKS_PLAN. You decided to activate DAY_PLAN by executing the following statement:       SQL>ALTER SYSTEM SET RESOURCE_MANAGER_PLAN = ’managers_plan’;  What will be the outcome of this statement?()  

  • A、 The statement will deactivate DAY_PLAN.
  • B、 The statement will activate DAY_PLAN as the top plan.
  • C、 The statement will activate MANAGERS_PLAN as the top plan.
  • D、 The statement will return an error because MANAGERS_PLAN is not the top plan.

正确答案:C

第7题:

You work as a database administrator for Certkiller .com. You want to create your database with the automatic undo management feature enable.Which two tasks must you perform to achieve this?()

  • A、Set the UNDO_RETENTION parameter to AUTO.
  • B、Create an initial undo segment in undotablespace.
  • C、Set the UNDO_RETENTION parameter to 900 or more
  • D、Set the initialization parameter UNDO_MANAGEMENT to AUTO
  • E、Set the UNDO_MANAGEMENT parameter to the name of an undotablespace

正确答案:D,E

第8题:

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

第9题:

From the V$SESSION_LONGOPS view, you find that some of the database users have long/x7frunning queries and are consuming a lot of CPU time. This causes problems for you when you try to log on as the system user and perform small maintenance tasks. You would like to ensure that users SYS and SYSTEM get priority over all other users. Which method would you use to achieve this objective?()

  • A、create a plan directive in the SYS_GROUP
  • B、create the pending area for the consumer group
  • C、activate the provided SYSTEM_PLAN in Resource Manager
  • D、set the TIMED_STATISTICS parameter to TRUE in the parameter file
  • E、set the execution time limit for all users, except SYS and SYSTEM, in their profiles

正确答案:C

第10题:

You set the undo pool resource plan directive for the consumer group named DSS_USERS that is assigned to the DAY_SHIFT plan. The database users, SCOTT and BLAKE, belong to the DSS_USERS resource group. The user, SCOTT, initiates a database session and executes a batch operation that inserts millions of rows into the HISTORY table. Which two options are true if the total undo space allocated to the DSS_USERS group exceeds the value specified in the undo pool resource plan directive?()

  • A、 The batch operation started by the user, SCOTT, terminates with an error.
  • B、 The batch operation started by the user, SCOTT, hangs and you are required to increase the undo pool resource plan directive.
  • C、 The batch operation started by the user, SCOTT, runs uninterrupted because the database uses the SYSTEM tablespace for the undo operation.
  • D、 The user, BLAKE, cannot start a transaction that uses any DML operations until you increase the value of the undo pool resource plan directive.
  • E、 The user BLAKE can start a transaction that uses any DML operations after the batch operation started by the user, SCOTT, terminates with an error.

正确答案:A,D

更多相关问题