OCI Return Code messages
Here are examples of some OCI return code description messages:
- OCI_SUCCESS The function completed successfully.
- OCI_SUCCESS_WITH_INFO The function completed successfully; a call to OCIErrorGet() will return additional diagnostic information. This may include warnings.
- OCI_NO_DATA The function completed, and there is no further data.
- OCI_ERROR The function failed; a call to OCIErrorGet() will return additional information.
- OCI_INVALID_HANDLE An invalid handle was passed as a parameter or a user callback is passed an invalid handle or invalid context. No further diagnostics are available.
- OCI_NEED_DATA The application must provide run-time data.
- OCI_STILL_EXECUTING The service context was established in non-blocking mode, and the current operation could not be completed immediately. The operation must be called again to complete. OCIErrorGet() returns ORA-03123 as the error code.
- OCI_CONTINUE This code is returned only from a callback function. It indicates that the callback function wants the OCI library to resume its normal processing.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*