[20201123]NLS_LANG環境變數問題.txt
[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
--//工作中注意這些細節。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2736112/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle環境變數NLS_LANGOracle變數
- Linux環境變數問題彙總Linux變數
- windows 7上修改oracle10g的環境變數nls_langWindowsOracle變數
- 關於環境變數設定的問題變數
- [20171223]grid使用者的環境變數問題.txt變數
- 【NLS_LANG】不同作業系統平臺NLS_LANG環境變數的檢視與設定方法作業系統變數
- crontab定時任務環境變數使用問題變數
- [20231101]tmux環境變數的繼承問題.txtUX變數繼承
- 環境變數變數
- crontab定時任務環境變數丟失問題變數
- ORACLE_SID環境變數設定的問題Oracle變數
- [20170119]tmux與環境變數.txtUX變數
- Linux 新增環境變數和刪除環境變數Linux變數
- 簡述SHELL全域性環境變數與局變環境變數變數
- Java 環境變數Java變數
- jdk環境變數JDK變數
- DOS環境變數變數
- env 環境變數變數
- 環境變數path變數
- Java環境變數Java變數
- ORACLE 環境變數Oracle變數
- postman環境變數Postman變數
- 配置環境變數變數
- 透過更改java環境變數修改java版本不生效問題Java變數
- ubuntu JDK 環境變數UbuntuJDK變數
- 配置JDK環境變數JDK變數
- 環境變數詳解變數
- Flume 配置環境變數變數
- Shell配置環境變數變數
- Java環境變數新增Java變數
- 【Linux】環境變數!!!Linux變數
- Kaldi配置環境變數變數
- MySQL 環境變數配置MySql變數
- unix下環境變數 .變數
- Linux 環境變數Linux變數
- oracle 環境變數 redhatOracle變數Redhat
- 設定環境變數變數
- SQL*PLUS 環境變數SQL變數