[20201123]NLS_LANG环境变量问题.txt --//链接http://www.itpub.net/thread-2139939-1-1.html的问题,导致使用asmcmd进入磁盘管理,发现无法进入正确的实例里面. --//仔细检查才发现链接export NLS_LANG=AMERICAN.AMERICA_AL32UTF8定义错误。应该写成 export NLS_LANG=AMERICAN_AMERICA.AL32UTF8 $ export NLS_LANG=AMERICAN.AMERICA_AL32UTF8 $ rlsql SQL*Plus: Release 11.2.0.4.0 Production on Mon Nov 23 15:50:13 2020 Copyright (c) 1982, 2013, Oracle. All rights reserved. ERROR: ORA-12705: Cannot access NLS data files or invalid environment specified $ oerr ora 12705 12705, 00000, "Cannot access NLS data files or invalid environment specified" // *Cause: Either an attempt was made to issue an ALTER SESSION command // with an invalid NLS parameter or value; or the environment // variable(s) NLS_LANG, ORA_NLSxx, or ORACLE_HOME was incorrectly // specified, therefore the NLS data files cannot be located. // *Action: Check the syntax of the ALTER SESSION command and the NLS // parameter, correct the syntax and retry the statement, or // specify the correct directory path/values in the environment // variables. $ export NLS_LANG=AMERICAN_AMERICA.AL32UTF8 $ rlsql SQL*Plus: Release 11.2.0.4.0 Production on Mon Nov 23 15:51:01 2020 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options --//工作中注意这些细节。
[20201123]NLS_LANG环境变量问题.txt
来源:这里教程网
时间:2026-03-03 16:16:57
作者:
编辑推荐:
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- oracle删除表中数据(delete与truncate)
oracle删除表中数据(delete与truncate)
26-03-03 - SQL Server数据库mdf文件中了勒索病毒*.mdf.[helpbackup@email.tg].Devos
- G006-ORACLE-INS-SIFS-01 ORACLE 19C SIFS Ins ON RHEL 8.2
- G008-ORACLE-DG ORACLE 19C Active Data Guard DML Redirection
- 查看oracle数据库中,哪些表的字段是null值比较多
查看oracle数据库中,哪些表的字段是null值比较多
26-03-03 - Oracle数据库服务器dbf文件中了勒索病毒,扩展名被篡改为.CC7H
Oracle数据库服务器dbf文件中了勒索病毒,扩展名被篡改为.CC7H
26-03-03 - 数据库范式
数据库范式
26-03-03 - 沙龙回顾丨开发者掌握这些背后的技术路径,可助力企业智能化升级
沙龙回顾丨开发者掌握这些背后的技术路径,可助力企业智能化升级
26-03-03 - Oracle的awr报告分析
Oracle的awr报告分析
26-03-03 - DDD 在京东 DevOps 项目协作领域的落地实战
DDD 在京东 DevOps 项目协作领域的落地实战
26-03-03
