Problem with "linked query" button

tom123

Member
I'm having a problem with the linked query button on SQL windows in PL/SQL Developer (11.0.4.1774). The button used to be extremely reliable at showing me related tables, but lately it just shows a "busy" cursor, flashes the screen (like it's briefly showing the related tables list) and returns to the data display. Sometimes, the second time I click it, it will work, but not always.

I'm sure it's a setting or something that has been changed either by me or by our network folks - what should I check to look for problem settings?
 
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