PL/SQL Initializing

rbinek

Member
I have pl/sql PL/SQL Developer Version 11.0.6.1796 (64 bit). Oracle Client 12.1.0 (64 bit). OS - windows 10 64 bit. When I try to run select or test windows from pl/sql developer I have wait some minutes while pl/sql developer showes Initializing.. in status bar. Thos occurs almost all time. What is wrong or what sould I do to turn off this additional initalization ?
 
Maybe this is an environment problem. Can you start PL/SQL Developer without connecting, go to Help > Support Info and send me the text from the "Info" tab page?
 
This looks okay. To obtain some more diagnostic information, can you modify the PL/SQL Developer 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 or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Thanks. I see the following error message in the log file:

ORA-03113 end-of-file on communication

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