Database Error Messages

OCI-30162

The OCIFile context is not initialzed

Cause

The function OCIFileInit need to be called before calling any other OCIFile function to initialize the OCIFile context.


Action

Call the function OCIFileInit need to be called before calling any other OCIFile function.