Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 19 of 38
Detaches the process from the shared memory subsystem and releases the shared memory.
sword OCITerminate ( ub4 mode);
Call-specific mode. Valid value:
OCITerminate()
should be called only once for each process and is the counterpart of OCIInitialize()
call. The call will try to detach the process from the shared memory subsystem and shut it down. It also performs additional process cleanup operations. When two or more processes connecting to the same shared memory are calling OCITerminate()
simultaneously, the fastest one will release the shared memory subsystem completely and the slower ones will have to abort.
This section describes the OCI handle and descriptor functions.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|