Where does the Plug-in get it's language environment setting from?
ebs 12.2 on DB 19C
The where clause in the ebs view with Language setting is tripping up the plug-in. Language setting issue of some sort.
and T.LANGUAGE = userenv('LANG');
The vscode sql developer plug-in
select userenv('LANG') from dual;
USERENV('LANG')
----------------------------------------------------
GB
sqlplus works fine but VS code plug-in having issues.
SQL> select userenv('LANG') from dual;
USERENV('LANG')
----------------------------------------------------
US
SQL>