To determine if the Oracle database has the required settings for Unicode conversion
          At the SQL Plus command line, type
          
           
         
        Select value from NLS_DATABASE_PARAMETERS where parameter = 'NLS_CHARSET';
- or -
Select parameter, value from NLS_DATABASE_PARAMETERS;
(This will show all character set parameters.)