Forms: 12.2.1.4
Database: 12.1.0.1.0
OS: Red Hat Enterprise Linux Server release 6.9 (Santiago)
It seems that with this new version we get support for new languages. So, far I can't find in documentation any changes regard new nls support.
In frmcmp_batch.sh i have this:
NLS_LANG=CROATIAN_CROATIA.UTF8
export NLS_LANG
In previous versions (12.2.1.3, 12.2.1.2) compiling libraries went fine, but with this release I got FRM-30312.
Removing NLS_LANG from frmcmp_batch or just change to AMERICAN_CROATIA.UTF solved the problem.
Can anybody confirm this?
Regards