ORA-30162: The OCIFile context is not initialzed
What triggered the Error:
The function OCIFileInit need to be called before calling any other OCIFile function to initialize the OCIFile context.What should we do to fix it:
Call the function OCIFileInit need to be called before calling any other OCIFile function.