no response when display all column from some table

yester354

Member
Hi:
i recently encounter a problem with plsql ,when i enter "select * from a.test t where t." ,as usual it will display all the column in the slib window,but for some table it will hang ,and it show "no response" .whats worry with my plsql ,please help me
 
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 or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top