Which two statements are true about the extproc process?

Which two statements are true about the extproc process? (Choose two.)

Which two statements are true about the extproc process? (Choose two.)

A.
It loads the dynamic library.

B.
It is started by the server process.

C.
It converts the C output back to PL/SQL.

D.
A single extproc process serves all user sessions.



Leave a Reply 3

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


Leo Yu

Leo Yu

B) is incorrect, extproc is started by listener; D) is incorrect, one session has one extproc.
Notes once extproc is started by listener, the database take over the spawn of extporc: if extproc is killed accidently, database will spawn one extproc again.