NLS question? [message #111730] |
Fri, 18 March 2005 22:05 |
wilsonchg
Messages: 4 Registered: March 2005
|
Junior Member |
|
|
What is the difference of
NLS_CHARACTERSET between NLS_NCHAR_CHARACTERSET?
Thanks
Regards,
Wilson
|
|
|
Re: NLS question? [message #112004 is a reply to message #111730] |
Tue, 22 March 2005 06:18 |
smuth
Messages: 3 Registered: March 2005 Location: Bangkok, THAILAND
|
Junior Member |
|
|
NLS_CHARACTERSET will be used for chracter code conversion
of chracter column (char, varchar2) and identifiers (table, column, variable name).
But NLS_NCHAR_CHARACTERSET will be used for NCHAR, NVARCHAR2, and NCLOB columns.
Regards,
-smuth
--
Smuth Nakpansua
Enterprise System Co.,Ltd.
smuth@enterprise-system.com
|
|
|