Problem with program

Hello there,

Thank you for ur optimalization in 16 version, because compare to 15 is really big step in good way. But still have many problem with slow working of PL/SQL Developer. For example after commit on table, i have problem from time to time to make simply select on the table, after select sql is working and working, nothing appearing, i have to terminate the window, after this i can again make select but still the same situation, developer is again working and working, i have to kill my session and disconnect from the database, after this eveything is working properly, but i checked before blocking session and anything was wrong, any session did not block my select etc. I had the same problem on 15 version.

I will be really grateful for fix that problem.

Kind regards.
 
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 Beta\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).
 
Back
Top