- 論壇徽章:
- 0
|
我的那個(gè)oracle-xe本來顯示不了中文,我于是根據(jù)網(wǎng)上某個(gè)方法修改字符集,方法是這樣的:
shutdown immediate
startup mount
alter system enable restricted session ;
alter system set JOB_QUEUE_PROCESSES=0;
alter system set AQ_TM_PROCESSES=0;
alter database open ;
alter database character set internal_use ZHS16GBK ;
shutdown immediate
startup
結(jié)果htmldb就顯示亂碼了,里面有部分英文如下:
ORA-06550: line 2, column 15: PLS-00114: identifier '睶彥汯睟獥捵物瑹湴' too long ORA-06550: line 2, column 12: PLS-00103: Encountered the symbol "" when expecting one of the following: := . ( @ % ; The symbol ":= was inserted before "" to continue.
Unable to run page sentry in application 4500. |
|