| Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 16 of 43
This function releases all dynamically allocated storage.
sword OCIExtractTerm( dvoid *hndl, OCIError *err );
The OCI environment or user session handle.
The OCI error handle. If there is an error, it is recorded inerr and this function returns OCI_ERROR. Diagnostic information can be obtained by calling OCIErrorGet().
This function may perform other internal bookkeeping functions. It must be called when the parameter manager is no longer being used and it must only be called once.
OCI_SUCCESS,
OCI_INVALID_HANDLE,
OCI_ERROR.
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|