Home » RDBMS Server » Server Administration » Unicode version problem?
Unicode version problem? [message #111635] Fri, 18 March 2005 06:01 Go to next message
wilsonchg
Messages: 4
Registered: March 2005
Junior Member
How to know the version of unicode running in my Oracle 9i Database?

Thanks.
Re: Unicode version problem? [message #111638 is a reply to message #111635] Fri, 18 March 2005 06:26 Go to previous messageGo to next message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Hi,

SQL> SELECT *
  2    FROM nls_database_parameters
  3   WHERE parameter LIKE '%CHARACTERSET%';

PARAMETER                      VALUE
------------------------------ ----------------------------------------
NLS_CHARACTERSET               WE8ISO8859P1
NLS_NCHAR_CHARACTERSET         AL16UTF16


According to the Oracle Globalization Support Guide, AL16UTF16 (above) is Unicode version 3.2 (Oracle 10g). You can do the same to lookup your Unicode version.

Best regards.

Frank
Re: Unicode version problem? [message #111641 is a reply to message #111638] Fri, 18 March 2005 06:35 Go to previous messageGo to next message
wilsonchg
Messages: 4
Registered: March 2005
Junior Member
Only know it is UTF8
but i wanna to know the version of the unicode running in my DB.
(e.g. 3.1, 4.0 ...etc.)

PARAMETER VALUE
------------------------------ ----------------------------------
NLS_CHARACTERSET UTF8
NLS_NCHAR_CHARACTERSET UTF8
Re: Unicode version problem? [message #111643 is a reply to message #111641] Fri, 18 March 2005 06:41 Go to previous messageGo to next message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Now you take out that manual (or go to technet.oracle.com) and look it up. The table is in chapter 6.

Best regards.

Frank
Re: Unicode version problem? [message #111732 is a reply to message #111643] Fri, 18 March 2005 22:28 Go to previous message
wilsonchg
Messages: 4
Registered: March 2005
Junior Member
I found it finally..
Thanks.

Regards,
Wilson
Previous Topic: Calculating SGA MAX Size
Next Topic: End of file at communication channel
Goto Forum:
  


Current Time: Fri Jan 10 03:43:28 CST 2025