Saturday, October 11, 2014

How to find what is the character set used by Oracle Database?


Use the below query:

Select value from sys.nls_database_parameters where parameter =’NLS_CHARACTERSET’

No comments:

Post a Comment