Strange behaviour at compile package

mike_

Member
I am collide with a strange problem -
At compiling package body, PSD just hangs on. Opposite, compiling the same file via SQL*Plus is ok. Compiler parameters are identical in sql*plus and psd.
In trace file for such session only "sql net message from client" and "sql more data from client" events have a large values.

Do anyone have any assumptions about reasons of such behavior?

Thanks!
 
Last edited:
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