Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How will I know my existing DB is in Unicode or Non-Unicode

662941May 18 2009 — edited May 18 2009
I know you will get character set information with following query.

select PARAMETER, value from nls_database_parameters
where parameter = 'NLS_CHARACTERSET';

Result is : WE8MSWIN1252 (My DB is hosted on Windows server 2003 64Bit Machine and created using default parameter)

My Question is how do I know that WE8MSWIN1252 is unicode- or non-unicode ?


Thank you for reading.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2009
Added on May 18 2009
2 comments
3,191 views