Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 52 of 106
Aborts a direct path operation.
sword OCIDirPathAbort ( OCIDirPathCtx *dpctx, OCIError *errhp );
Direct path context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
All state maintained by the server on behalf of the direct path operation is destroyed by an abort. For a direct path load, the data loaded prior to the abort will not be visible to any queries. However, the data may still consume space in the segments that are being loaded. Any load completion operations, such as index maintenance operations, are not performed.
OCIDirPathFinish(), OCIDirPathFlushRow(), OCIDirPathPrepare(), OCIDirPathLoadStream(), OCIDirPathStreamReset(), OCIDirPathDataSave()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|