Upgrade to Oracle Database 12c — Question 34

Which two statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled in
UNIX?

Answer options

Correct answer: A, D

Explanation

Option A is correct as the local listener can indeed direct requests to existing processes that can create threads. Option D is also correct because thread creation in a multithreaded environment typically involves a dispatcher process. Options B and C are incorrect because not every multithreaded Oracle process has an SCMN thread, and not all Oracle processes run an SCMN thread.