Problem with APEX 4.1, DBLink and NLS_LANG
Hi,
I'm getting an error:
"ORA-12705: Invalid or unknown NLS parameter value specified"
When accesing data stored in another database from APEX through a DBLink
I'm using Application Express 4.1 on Oracle Database 11g XE
I have an application which uses dblink to access data on an Oracle 9i database.
NLS_LANG in 11g database: SPANISH_SPAIN.AL32UTF8
NLS_LANG in 9i database: SPANISH_SPAIN.WE8ISO8859P1
I changed the 11g NLS_LANG value to SPANISH_SPAIN.WE8ISO8859P1 but nothing happens.
What can I do?
Thanks!