初学,不明白,先上图。
然后我在命令提示符下输入 lsnrctl,提示信息也是乱码。这个东西怎么弄?查了一些资料,不过没弄明白。NLS_LANG是SIMPLIFIED CHINESE_CHINA.ZHS16GBK
区域语言是中国。

解决方案 »

  1.   

    还有在命令提示符下打lsnrctl status这个命令
    就这样乱码。
      

  2.   

    这个需要修改字符集,如果你的服务器端是Linux的话,楼主请参考博文:http://blog.csdn.net/achilles12345/article/details/7345998
      

  3.   

    給個方法你嘗試一下:
    1)conn sys/admin as sysdba;
    2)shutdown immediate;
    3)startup restrict;
    4)update sys.PROPS$ set value$ ='UTF-8' where name = 'NLS_CHARACTERSET';
    5)commit;
    6)shutdown immediate;
    7)startup;