ORA-03113 & ORA-03114

ms960

Member
I'm getting the following two errors on an particular environment I'm developing on:

ORA-03113: end-of-file on communication channel
ORA-03114: Not connected to Oracle

These errors do not occur only when I'm compiling. They occur almost immediately after I log into my schema. I will log in, expand an object folder (e.g., Tables), and I will get this error. Happens within 30 seconds (or less) after I log in.

I have disabled the Add Debug Information when compiling, but since this happens even when I'm not compiling, I don't think that's related to the problem at all.

The DBA's have said there is no problem on the databases, so they said they can't help.

Would appreciate any assistance, as currently I am unable to get anything done. I should note, this problem occurs also when I use Oracle SQL Developer, too.

Thanks
 
To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Back
Top