Another member of my team, with the same version of PL/SQL Developer (12.0.7.1837, 64-bit), and similar machine (Windows 10 Pro), connecting to the same DB (Oracle Enterprise Edition Release 12.2.0.1.0 - 64bit, on Linux) is able to compile the code just fine, while I'm getting an error.
I tried restarting PSD and Windows, but the error persists.
The error I'm getting is
The same code compiles fine in SQL*Plus.
I don't know where to begin to research why it fails in (only my instance of) PL/SQL Developer.
Please help.
I tried restarting PSD and Windows, but the error persists.
The error I'm getting is
Code:
PLS-00707: unsupported construct or internal error [2620]
The same code compiles fine in SQL*Plus.
I don't know where to begin to research why it fails in (only my instance of) PL/SQL Developer.
Please help.