Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 96 of 106
This call performs an immediate (asynchronous) abort of any currently executing OCI function that is associated with a server.
sword OCIBreak ( dvoid *hndlp, OCIError *errhp );
The service context handle or the server context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
This call performs an immediate (asynchronous) abort of any currently executing OCI function that is associated with a server. It is normally used to stop a long-running OCI call being processed on the server.
This call can take either the service context handle or the server context handle as a parameter to identify the function to be aborted.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|