Changing NLS_LENGTH_SEMANTICS in Oracle 10g
762591Jan 25 2011 — edited May 17 2011Hi All,
I have to change the NLS_LENGTH_SEMANTICS of a oracle database from BYTE to CHAR. The procedure for this is as below :
1. Issue the following command
alter system set nls_length_semantics='CHAR' scope=both;
2. Restrat the database.
Will this change affect the existing data of the database? If no then, how to handle the effect of this change for the existing data on that database.
Please advice.