How to change NLS_CHARACTERSET?
402118Jul 16 2007 — edited Aug 24 2007Hi
We are using Oracle 10g on Windows Server 2003 Server. Our Database charecter set
NLS_CHARACTERSET = US7ASCII
We need to accept french accent in only one table. I was tld that We need to change
NLS_CHARACTERSET = WE8MSWIN1252 in v$nls_parameters.
This will help us to accept french accent.
There are many application in the database which do not require any french accent. Only one application requires this french accent feature.
Is there any easy method to make database to accept fench accent?
Thank you