Oracle Database 12c: Installation and Administration — Question 208

Which three statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled In
UNIX? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

Option A is correct because in a multithreaded architecture, thread management is typically handled via a dispatcher. Option D is also correct, as each multithreaded Oracle process indeed has an SCMN thread to manage session communication. Option E is true as well, since the local listener can forward connection requests to existing processes that can create threads. Options B and C are incorrect; B is misleading about spawning a new process and C inaccurately states that every Oracle process runs an SCMN thread.