There is a simple SQL Query which can be used to find out the character set used in Oracle database
select * from nls_database_parameters where parameter='NLS_CHARACTERSET';
When I executed this, I got this below.
NLS_CHARACTERSET AR8MSWIN1256
select * from nls_database_parameters where parameter='NLS_CHARACTERSET';
When I executed this, I got this below.
NLS_CHARACTERSET AR8MSWIN1256
No comments:
Post a Comment