PL/SQL Developer 14.0 + PLJSON library

ITTCT

Member
Hi,

I am using PL/SQL Developer 14.0.6 and PL/JSON package for parsing json and Oracle 11g.
My experience is when I try to use the autocomplete feature in the developer related to the pljson functions the application crashes.
Did someone else experience this problem? What could be a solution?
There are no logs about this, only windows log has an entry, I'll attach it.

Thanks,
ITTCT
View attachment plsql14.zip
 
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 14\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 14 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 14).
 
Thanks. I see that you are using a very old Oracle Client version (9.2). Can you update to a more recent client version and try again?
 
Thanks a lot, installing 11.2 client solved this problem. Due to our system's limitation I can't use newer versions.

Regards,
ITTCT
 
Back
Top