Upgrade to Oracle Database 12c — Question 21

Your database uses Automatic Memory Management, and has the large pool configured.
You issue the following command:
SQL> ALTER SYSTEM SET SHARED_SERVERS = 5;
Which statement is true about the shared server configuration?

Answer options

Correct answer: A

Explanation

The correct answer is A because the shared server configuration requires the SHARED_SERVER_SESSIONS parameter to be set for it to be enabled. Option B is incorrect as it assumes that the UGA is always in the large pool, which may not be the case. Option C is wrong because the configuration can enable shared servers without needing a specific number of dispatchers. Option D is misleading as not all sessions necessarily operate in shared server mode.