UI freezes when editing MERGE statements

Knut2025

Member
Hi folks,

my PL/SQL-Developer UI (Version 16.0.2.2154 (64 bit)) freezes when editing MERGE statements for up to 2 minutes. This does not happen when I am editing other things.
Are there any ideas what might be the problem?

cheers
Knut
 
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 16\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 16 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 16).
 
There is no delay logged in this debug file. Can you send an example of such a merge statement to support@allroundautomations.com?
 
Back
Top