Which statement is true about the current session by the OE user?

The user OE is working on an application that needs to call an external C program multiple times
in a single session. However, the extproc.exe file on the server gets accidentally deleted after the
OE user connected and made calls to the external C program. Which statement is true about the
current session by the OE user?

The user OE is working on an application that needs to call an external C program multiple times
in a single session. However, the extproc.exe file on the server gets accidentally deleted after the
OE user connected and made calls to the external C program. Which statement is true about the
current session by the OE user?

A.
The session can continue calling the external C program.

B.
The session can call the external C program after republishing it.

C.
The session receives an error for the next call to the external C program.

D.
The session terminates during the subsequent call to the external C program.



Leave a Reply 5

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


Giang Doan

Giang Doan

After the external procedure completes, extproc remains active throughout your Oracle session. (When you log off, extproc is killed.) Thus, you incur the cost of spawning extproc only once, no matter how many calls you make

Leo Yu

Leo Yu

exproc has been loaded into where by listener? database?