97.
group
A.The
B.The
C.The
values.
D.If
exceeded
the
E.If
exceeded
the
Answer: AE
参考:
文档地址:http://docs.oracle.com/cd/B19306_01/server.102/b14231/dbrm.htm#ADMIN027
How Resource Plan Directives Interact
If there are multiple resource plan directives that refer to the same consumer group, then the following rules apply for specific cases:
-
The parallel degree limit for the consumer group will be the minimum of all the incoming values.
-
The active session pool for the consumer group will be the sum of all the incoming values and the queue timeout will be the minimum of all incoming timeout values.
-
If there is more than one switch group and more than one switch time, the Database Resource Manager will choose the most restrictive of all incoming values. Specifically:
-
SWITCH_TIME =
min
(all incoming over_switch_time values) -
SWITCH_ESTIMATE = TRUE
overridesSWITCH_ESTIMATE = FALSE
Notes:
-
If both plan directives specify the same switch time, but different switch groups, then the choice as to which group to switch to is statically but arbitrarily decided by the Database Resource Manager.
-
You cannot specify both
SWITCH_TIME
andSWITCH_TIME_IN_CALL
plan directives for a single consumer group.
-
-
-
If a session is switched to another consumer group because it exceeds its switch time, that session will execute even if the active session pool for the new consumer group is full.
-
The maximum estimated execution time will be the most restrictive of all incoming values. Specifically:
MAX_EST_EXEC_TIME = min
(all incomingMAX_EST_EXEC_TIME
values)