We checked as user permission and and environment variables, we checked for
Oracle user, and tested in the $ORACLE_HOME/bin directory itself still we are
getting the same error.
OCIEnvCreate returns -1 what means it failed. As I see the function is related with the connnection establishing and fails most often because of:
1) lack of priviledges on some OCI shared libaries
2) Lack of PATH to the shared libraries (check LD_LIBRARY_PATH and PATH)
3) Messed up tnsnames.ora
I hope that's a hint. Just google and search metalink and otn for OCIEnvCreate problems
The Readonly and execute permission assinged for the directory u111 and its
subsequent subdirectories ( the Oracle Home which is installed under u111).
Still we are facing problem O/S user SUP_LOAD. There is no problem with ORACLE
O/S user. For SUP_LOAD user, It is reading SQLLDR file, but it is not loading
the data file.
Bookmarks