This is only a quick note for something I keep forgetting. So to determine the oracle database character set use the following simple SQL statement.
select *
from v$nls_parameters
where parameter='NLS_CHARACTERSET'
This is only a quick note for something I keep forgetting. So to determine the oracle database character set use the following simple SQL statement.
select *
from v$nls_parameters
where parameter='NLS_CHARACTERSET'
0 comments:
Post a Comment