Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 58 of 106
Depending on the action requested, does a data savepoint, or commits the loaded data and finishes the direct path load operation.
sword OCIDirPathDataSave ( OCIDirPathCtx *dpctx, OCIError *errhp, ub4 action );
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.
Values for action parameter to OCIDirPathDataSave()
:
A return value of OCI_SUCCESS indicates that the back-end has properly executed a data savepoint or executed the finishing logic.
Executing a data savepoint is not allowed for LOBs.
Executing the finishing logic is not the same as properly terminating the load, because resources allocated are not freed.
OCIDirPathAbort(), OCIDirPathFinish(), OCIDirPathFlushRow(), OCIDirPathPrepare(), OCIDirPathStreamReset()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|