Oracle error: 03113 -- Broken connections when opening package specification for edit or view

Charles

Member
Greetings,

I am an avid user of PL/SQL Developer, my current version is 9.0.1.1613 01.73986 1 User.

This application has worked flawlessly for several months until this morning. Today, every time that I attempt to open a package to edit/compile, an error message indicating that I am no longer connected to the database. The errors process ID, serial number and Session ID vary but the Oracle error code is always ORA-03113: end-of-file on communication channel. I am attempting to connect to a network Oracle VM database. I have successfully connected to the Oracle Server on my desktop and I didn
 
Last edited:
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