Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 59 of 106
Finishes the direct path load operation.
sword OCIDirPathFinish ( OCIDirPathCtx *dpctx, OCIError *errhp );
Direct path context handle for the object loaded.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
After the load has completed, and the loaded data is to be committed, the direct path finishing function is called.
A return value of OCI_SUCCESS indicates that the back-end has properly terminated the load.
OCIDirPathAbort(), OCIDirPathDataSave(), OCIDirPathFlushRow(), OCIDirPathPrepare(), OCIDirPathStreamReset()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|