Vous êtes sur la page 1sur 1

How to check character set in Oracle

====================================
SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
It should return the value AL32UTF8.
Another option is to run the following SQL :
SELECT * FROM NLS_DATABASE_PARAMETERS
The value against NLS_CHARACTERSET should be UTF8.

Vous aimerez peut-être aussi