Which four objectives are achieved by using Resource Ma…

Which four objectives are achieved by using Resource Manager tomanage multiple
concurrent user sessions that are competing for resources?(Choose four.)

Which four objectives are achieved by using Resource Manager tomanage multiple
concurrent user sessions that are competing for resources?(Choose four.)

A.
distributing available CPU by allocating percentages of CPU time to different users and
applications

B.
limiting the degree of parallelism of any operation performed by members of a group of
users

C.
limiting queries based on resource consumption of runaway sessions or calls that
consume more than a specified amount of CPU, physical I/O, logical I/O, or elapsed time

D.
limiting the number of concurrent sessions for a user

E.
limiting the number of user sessions allowed to be concurrently active within a group of
users

F.
limiting the number of parallel executions that can be executed by a user



Leave a Reply 4

Your email address will not be published. Required fields are marked *


vasya

vasya

imo A,B,C,E
F sounds strange, limiting the number of parallel executions?
DRM can limit the degree of parallelism or the number of parallel servers consumed by a group…

Optimum47

Optimum47

I agree with vasya. F is not accurate the docs says:
Limit the number of parallel execution servers that a group of users can use. This ensures that all the available parallel execution servers are not allocated to only one group of users.