IT-Blog
How to determine the character-set in Oracle
- Details
- Erstellt am Donnerstag, 18. Januar 2007 01:00
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';



