Question on UTF8 [message #269825] |
Mon, 24 September 2007 15:03 |
Daxesh
Messages: 61 Registered: July 2004
|
Member |
|
|
Hello there,
Is there a way to check whether database is supported a UTF8
character set or not? Also, how to check what is the character set I am using in the Database?
Any help would be apreciated.
Thanks again...
|
|
|
|
Re: Question on UTF8 [message #269878 is a reply to message #269825] |
Mon, 24 September 2007 23:49 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
VALUE
----------------------------------------
WE8MSWIN1252
1 row selected.
I don't understand the first question.
Regards
Michel
|
|
|