435.Every resource plan must contain an allocation to which consumer group?
A. LOW_GROUP
B. SYS_GROUP
C. DEFAULT_GROUP
D. BASE_GROUP
E. OTHER_GROUPS
Answer: E
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbrm.htm#ADMIN11846
题意问:每一个资源计划必须包含一个分配到哪一个消费群?
here are special consumer groups that are always present in the data dictionary. They cannot be modified or deleted. They are:
-
SYS_GROUP
This is the initial consumer group for all sessions created by user accounts
SYS
orSYSTEM
. This initial consumer group can be overridden by session-to–consumer group mapping rules. -
This consumer group contains all sessions that have not been assigned to a consumer group. Every resource plan must contain a directive to
OTHER_GROUPS
.