Change NLS Character set parameters on Oracle 11g XE
问题 I am using Oracle 11g Express Edition. Currently when I check NLS character set parameter using SELECT * FROM nls_database_parameters; it gives the default values: NLS_CHARACTERSET: AL32UTF8 NLS_NCHAR_CHARACTERSET: AL16UTF16 I want to set both these parameters to UTF8. How can I do so? I have just installed Oracle 11g XE, so there is not data except those required by Oracle itself. 回答1: This worked for me where an application was checking for UTF8 rather than AL32UTF8 . SQL> shutdown