Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not matching the SYS_CONTEXT('USERENV', 'LANG') with oracle fod schema data

909329Jan 17 2012 — edited May 8 2012
I have imported the fod schema into oracle XE. I observed that the data available for following languages:

SQL> select distinct language from category_translations;

LANGUAGE
------------------------------
EN
EL
FR
DE
JA

But, when I check the value for the LANG in oracle XE, it is returning as 'US'.

SQL> select SYS_CONTEXT('USERENV','LANG') FROM DUAL;

SYS_CONTEXT('USERENV','LANG')
----------------------------------------------------

US

Becasue of this, I am not getting data when I run VOs from JDeveloper. Even I am not able to see data from FOD schema views.
Please suggest what changes I need to do for getting data.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2012
Added on Jan 17 2012
2 comments
665 views