Saturday, February 23, 2008

Oracle 11g How to determine the database character set


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