[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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20231101]tmux環境變數的繼承問題.txtUX變數繼承
- Linux環境變數問題彙總Linux變數
- [20241118]NLS_LANG設定問題2.txt
- [20200217]bash顯示path環境變數.txt變數
- crontab定時任務環境變數使用問題變數
- [20200422]瞭解相關程式的環境變數.txt變數
- GBASEDBTSERVER 環境變數7GBASEDBTSHMBASE 環境變數 (UNIX™)Server變數
- 簡述SHELL全域性環境變數與局變環境變數變數
- Java 環境變數Java變數
- jdk環境變數JDK變數
- postman環境變數Postman變數
- DOS環境變數變數
- 配置環境變數變數
- env 環境變數變數
- 環境變數path變數
- 透過更改java環境變數修改java版本不生效問題Java變數
- [20221111]bash eval設定變數問題.txt變數
- 什麼是環境變數?Python中如何設定環境變數?變數Python
- 關於w10配置java jdk以及jre環境變數問題JavaJDK變數
- Linux 初級問題-3.符號連結和環境變數Linux符號變數
- Java環境變數新增Java變數
- Flume 配置環境變數變數
- 環境變數詳解變數
- 配置JDK環境變數JDK變數
- windows配置環境變數Windows變數
- Linux環境變數配置Linux變數
- Shell配置環境變數變數
- ubuntu JDK 環境變數UbuntuJDK變數
- Linux常用環境變數Linux變數
- 解決SSH遠端執行命令找不到環境變數的問題變數
- 【ansible】關於ansible執行過程中載入環境變數問題變數
- rust程式中設定和訪問環境變數Rust變數
- Mac 設定環境變數的位置、檢視和新增PATH環境變數Mac變數
- 如何檢視Docker容器環境變數,如何向容器傳遞環境變數Docker變數
- 什麼是環境變數?python設定環境變數有什麼用?變數Python
- node.js環境安裝及環境變數Node.js變數
- [20240816]oracle21c環境變數ORACLE_PATH與SQLPATH(linux).txtOracle變數SQLLinux
- Linux配置環境變數$PATHLinux變數