|
Thursday, 18 January 2007 00: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';
|