NLS character set [message #51234] |
Wed, 08 May 2002 08:17 |
krb
Messages: 25 Registered: March 2002
|
Junior Member |
|
|
hi,
I created database with some nls character set. But I am having problem that Polish characters are not appearing. So how do I change the character set of the database
regs,
KRB
|
|
|
Re: NLS character set [message #51238 is a reply to message #51234] |
Wed, 08 May 2002 09:02 |
Radek
Messages: 33 Registered: April 2002
|
Member |
|
|
Well, there is one neat thing called documentation.
Here is a part from SQL reference:
CHARACTER SET Example
The following statements change the database character set and national character set to the WE8ISO8859P1 character set:
ALTER DATABASE db1 CHARACTER SET WE8ISO8859P1;
ALTER DATABASE db1 NATIONAL CHARACTER SET WE8ISO8859P1;
|
|
|
|