Version 7.1.0 error when debug

jackwang

Member
after I login,the sql window and command window can run corrent. But when I open a test window, and start debugger, it will wait for a long time, and display error: ora-03113! and at this time , the command window is still connected!
 
ORA-03113 usually means that the Oracle Server process for the current session has crashed. Can you check if a user trace dump file exist on the database server that corresponds to this ORA-03113 error? Usually you will see an ORA-00600 error here, with some error codes that may help us find the cause of the problem. If it does, can you send it to me?
 
Back
Top