Home IT-Blog How to determine the character-set in Oracle
How to determine the character-set in Oracle PDF Print
Thursday, 18 January 2007 00:00

characterset

 

 

If you want to know why some characters are not displayed directly and want to know the character-set of your Oracle-database just use the following select-statement:

select * from v$nls_parameters where parameter='NLS_CHARACTERSET'; 

 

 

Add comment


Security code
Refresh