Skip to Main Content

E-Business Suite

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!

What is the different between EBS NLS full and NLS light?

user8336357Jan 13 2020 — edited Feb 9 2021

My company ask me to enable Chinese NLS on our 12.2.x EBS and I use VISION demo to practice. I have couple of questions related to NLS.

1) During the License Manager the license the ZHS (Chinese Simple), I have two options. Full vs Light. What is the fundamental difference between these two options?

2) When I apply NLS patch such as 10124646_ZHS what syntax should I use?

adop phase=apply patchs=10124646_ZHS

Currently I am using following (which is working)

cd $PATCH_DEFAULT_TOP

adop phase=apply patches=10124646_ZHS:u10124646.drv hotpatch=yes

3) Is it safe to use hotpatch mode for NLS patches?

4) After patches, I have two patches 10124646 and 10124646_ZHS inside database? How do I distinct between in SQL statment?

May be

select AD_PATCH.IS_PATCH_APPLIED(\'$release\',\'$appltop_id\',\'$patch_no\',\'$language\') from dual;

Thanks in advance for any good advise.

James

Comments

Post Details

Added on Jan 13 2020
1 comment
80 views