PLSD 15.0.1.2051 unstable :-(

Tim Scott

Member²
Hi,

I was pleased to see "stability improvements" at the top of the fixed list for 15.0.1, but I'm finding it less stable than 15.0.0 (that I downloaded on May 11th).

I didn't note the exact 15.0.0 version, but if I get fed up tomorrow I may revert back and advise the details.

The problems seem to occur more often when right-clicking on something, e.g. a procedure name within a package to create a test window from. When trying this, the program just exits without any message.

Is there something more specific and useful I can provide to assist with diagnosis?

Thank you,

Version 15.0.1.2051 (32 bit)
Service Contract: 01/04/23
Style: Sky
Windows 10 (64-bit) Build 19042
en-GB(2057)/English (United Kingdom)

Physical memory : 16,493,324 kB (2,463,412 available)
Paging file : 29,842,868 kB (5,818,240 available)
Virtual memory : 2,097,024 kB (1,625,692 available)
 
To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files (x86)\PLSQL Developer 15\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 15 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 15).
 
I retrieved Debug.txt from C:\Users\\AppData\Local\Programs\PLSQL Developer 15.

(Probably because I installed just for me, not for all users on my PC.)

The has, near the end:
select * from nls_database_parameters where parameter like 'NLS%CHARACTERSET';

This fetched 2 rows. For information, these two rows are:
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_CHARACTERSET AL32UTF8

I've sent the file to support@allround... for your attention, quoting this forum thread.
 
Back
Top