From what I know this is caused by a bug in the Oracle OCI (Oracle Call Interface) which is a part of the Oracle client. On disconnect, some versions of the OCI don't releases all allocated system resources and the next connect may lead to a crash. If you are interested, I can find out Oracle assigned bug number. You should be able to use the Oracle 7.3 driver as long as you correctly specify the Connect String. The format of the string is different in different Oracle versions. Your Oracle client version and the selected driver don't have to match your server version. Ora-01017 is likely a result of the incorrect Connect string. : I can't connect with a 7.3 profile (Ora-01017 - invalid user profile) because : the database was created as an 8i database. : I did try connecting to the same database through an ODBC connection rather : than the Oracle connection and was able to run the same job several times. : This will work as a temporary fix, but can you please check into the : Oracle 8.0.4 - 8i connection and modify it to work correctly?
|