|
-
September 10th, 2009, 03:44 AM
#1
After retry connect, SQLDisconnect() cause ORA-03113 SQLSTATE=08S01 error
My application is developed in C++. It does not need to be restarted when network to database server is disconnected or oracle database is shut down because it can retry connecting to oracle database after network is reconnected or oracle database is restarted up.
However, after the application is shut down, an error log message appears when the SQLDisconnect(hpHdbc) is executed like below:
"SQLDisconnect() SQLSTATE=08S01 ERROR=[Oracle][ODBC][Ora]ORA-03113:end-of-file on communication channel"
Error log information is also registed in alert.log file of oracle.
Is there any way to solve the error at reconnecting database in order to avoid getting the error log message after shuting down the application?
Can any one shed some light?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|