转载请注明:梦绘设计 » 数据库 » 解决Oracle12c以及plsql developer12中文显示问号的问题
版权声明
本站《作品展示》类文章均为原创,转载必须注明出处,技术分享类文章部分来源于网络,版权归原作者所有,若侵权请留言。
linux下面是用sqlplus操作数据库,出现问号:
[oracle@rac2 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 209:19:56 2012
Copyright (c) 1982, 2009, Oracle. All rightsreserved.
???: 应该是Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0- 64bit Production
With the Partitioning, Real Application Clusters,Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
解决办法:
SQL> show parameter nls_la
NAME TYPE VALUE
------------------------------------ -----------------------------------------
nls_language string SIMPLIFIEDCHINESE
然后修改环境变量:NLS_LANG
[oracle@rac2 ~]$ exportNLS_LANG=american_america.zhs16gbk
如果要使之永久生效,可以添加这个变量到oracle 用户环境 .bash_profile中。
转载请注明:梦绘设计 » 数据库 » 解决Oracle12c以及plsql developer12中文显示问号的问题
本站《作品展示》类文章均为原创,转载必须注明出处,技术分享类文章部分来源于网络,版权归原作者所有,若侵权请留言。
docker-compose部署达梦(dameng8)并配置客户端连接
Lock wait timeout exceeded; try restarting transaction问题解析及解决方案
Error: Table "mysql"."innodb_table_stats" not found.问题解决
docker快速安装oracle12c和配置数据库
docker 快速部署Oracle12c
PLSQL 连接oracle12514监听程序当前无法识别连接描述符
MAC安装mysql8.0
Windows 安装MySQL8.0(压缩包方式更快捷)
关于MySQL的lock wait timeout exceeded解决方案
docker-compose 方式安装mysql5.7