Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Navigational and Type Functions, 26 of 36
Unpins persistent objects.
sword OCICacheUnpin ( OCIEnv *env, OCIError *err, CONST OCISvcCtx *svc );
The OCI environment handle initialized in object mode. See the description of OCIEnvCreate()
and OCIInitialize()
for more information.
The OCI error handle. If there is an error, it is recorded in err
and this function returns OCI_ERROR. Obtain diagnostic information by calling OCIErrorGet()
.
An OCI service context handle. The objects on the specified connection are unpinned.
This function completely unpins all of the persistent objects for the given connection. The pin count for the objects is reset to zero.
See Also:
For more information about pinning and unpinning, see "Pinning an Object", and "Pin Count and Unpinning". |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|