|
|
Re: SQL*Loader-704: Internal error: ulconnect: OCIInitialize [1804] [message #72423 is a reply to message #71871] |
Thu, 12 June 2003 12:44 |
Marty
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
The problem lies in permissions in $ORACLE_HOME. I had the problem and came up with two solutions. The first was to chmod 6751 sqlldr. The second I liked better was to go thru the subdirectores and insure that all of the files were marked as accessable by others. After talking with fellow dba's we changed the permissions to 755 on all directories but bin. Again this might not be the correct fix but it works.
|
|
|