Login  Register

NLS Lookup Problem

Posted by Berke on May 07, 2015; 10:51am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/NLS-Lookup-Problem-tp341.html

Hello Erman,

Today, we were trying to detect and correct our NLS conversion errors by following your article "http://ermanarslan.blogspot.com.tr/2013/05/investigating-ebs-nls-data-load-problems.html"

But we weren't able to solve one of our problems which was uploading the correct translation for a value set. The picture below summarizes our problem.



Then we found the name of the module with the forms name.



We then found the ldt.

[applmgr@T1VSTEBSAPP01 US]$ find ./ -name "*.*" -exec grep -Hsi 'Civil War Invalid' {} \;
./loc_ro/perzzlookup00000.ldt:    MEANING = "Civil War Invalid"
./loc_ro/perzzlookup00000.ldt:    DESCRIPTION = "Civil War Invalid"
./loc_kr/perzzlookup00000.ldt:    MEANING = "Civil War Invalid"
./loc_kr/perzzlookup00000.ldt:    DESCRIPTION = "Civil War Invalid"

I found the lct by reading the ldt file.



Then I tried the following command but failed.






What could be the problem?

Thanks