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