Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 62 of 106
Prepares the direct path load interface before any rows can be converted or loaded.
sword OCIDirPathPrepare ( OCIDirPathCtx *dpctx, OCISvcCtx *svchp, OCIError *errhp );
Direct path context handle for the object loaded.
Service context.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
After the name of the object to be operated on is set, the external attributes of the column data is set, and all load options are set, the direct path interface must be prepared with OCIDirPathPrepare()
before any rows can be converted or loaded.
A return value of OCI_SUCCESS indicates that the back-end has been properly initialized for a direct path load operation. A nonzero return indicates an error. Possible errors are:
OCIDirPathAbort(), OCIDirPathDataSave(), OCIDirPathFinish(), OCIDirPathFlushRow(), OCIDirPathStreamReset()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|