异常:Message 850 not found; No message file for product=network, facility=NL解决方案

一、异常信息:

Message 850 not found; No message file for product=network, facility=NL

 二、解决方案:

后来在网上查了一下,是找不到oracle安装主目录的原因。想了一想可能是环境变量出问题了,export了一下发现果然没有$ORACLE_HOME 那几个环境变量,看了一下?.bash_profile没有发现问题,于是source .bash_profile了一下,正常启动了oracle

想了一阵子之后明白了问题所在:用ssh登录服务器时用的是其它用户名,而切换至oracle时用的是su oracle而不是su - oracle,用su oracle时不会切换用户环境,也不会加载新用户的环境变量。

在网上查了一下发现加不加这一个小横杠的区别大了:

Java代码

  1. su 是切换到其他用户,但是不切换环境变量(比如说那些你用export命令查看一下,就知道两个命令的区别了)
  2. su - 是完整的切换到一个用户环境

再贴点资料:

Java代码

  1. .bash_profile只在登陆的时候读取,在X下登陆打开一个console的话是不读取该文件的。如果你在字符模式下登陆输入用户和密码的话是读取的。如果在X下打开一个console要读取配置,就要写在.bashrc里面,而不是.bash_profile里面.
  2. 你可以在.bashrc里面加入:
  3. if test -f .bash_profile; then
  4. . .bash_profile
  5. fi
  6. 这样.bash_profile里面内容变了就不需要再改.bashrc面的内容了.
  7. bash 登陆的时候读取配置文件的顺序如下:
  8. .bash_profile
  9. .bash_login
  10. .profile
  11. 按这个顺序只要读到一个就不再读取其他的两个. 当然全局的/etc/profile是最先读的,/etc/profile里面的配置可以在以上三个文件中覆盖掉.
  12. 当bash不是作为登陆shell打开时,比如你先用csh登陆,然后再输入bash切换到bash ,那么只读取.bashrc
  13. 里的内容.不读取.bash_profile
时间: 2024-10-24 08:40:54

异常:Message 850 not found; No message file for product=network, facility=NL解决方案的相关文章

Message NNNN not found; No message file for product=network, facility=TNS

Message NNNN not found; No message file for product=network, facility=TNS Table of Contents 1. 错误信息 2. 原因 3. 解决方法 1 错误信息 LSNRCTL for Linux: Version 18.0.0.0.0 - Production on 27-OCT-2019 12:53:10 Copyright (c) 1991, 2018, Oracle. All rights reserved.

Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version

接到一个朋友打来的求助电话,在安装oracle11g单机版的时候新建监听报错如下: ............ 原因:在oracle用户配置环境变量文件.bash_profile时没有把ORACLE_BASE/ORACLE_HOME/ORACLE_SID 用 export 输出,环境变量问题!!! 输出后解决,再安装时请仔细阅读安装文档!

ora-01017 no message file for product=RDBMS

windows server 2008 R2 RAC环境,其装了oracle 11.2.0.1版本,后来升级至oracle 11.2.0.4版本,重启电脑发现数据库无法启动,分析步骤如下:1 进入cmd:set ORACLE_HOME=e:\app\set ORACLE_SID=sid_name 2 用 sqlplus / as sysdba连接报错: ora-01017 message file for product=RDBMS, facility=ORA用oerr查看 oerr ora 0

Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] No such file or directory解决方法

今天用pdo连接mysql遇到一个奇怪的问题,host设为127.0.0.1可以连接成功,设为localhost就会报如下的错误: PHP Fatal error:  Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] No such file or directory' in /usr/share/nginx/html/test.php:2 Stack trace: #0 /usr/share/nginx

异常/usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h'

出现下列异常: /usr/bin/install -c -m 644 jconfig.h /usr/local/jpeg6/include/jconfig.h /usr/bin/install: cannot create regular file `/usr/local/jpeg6/include/jconfig.h': No such file or directory make: *** [install-headers] Error 1 原来要创建对应的目录,命令如下: mkdir -p

Eclipse的DDMS File Explorer无法进入data目录解决方案

进入data目录需要root权限.所以,你的手机要有root才可以.然后做以下步骤就可以了 1.cmd进入platform-tools目录 2.adb shell 3.su(这里要看手机有没有请求root权限,如果有就点允许) 4. chmod 755 /data 5.可以了,再去eclipse的file explorer点看data看看 Eclipse的DDMS File Explorer无法进入data目录解决方案

记一次Jenkins 打包异常 ERROR: Exception when publishing, exception message [Failure]

今天早上打包一直都没有问题,突然有一次打包突然出现异常现象,如下: ERROR: Exception when publishing, exception message [Failure] Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE 我很好奇,服务器启动日志没有报错,Jenkins上的配置信息也没有去动它,为什么会出现这种异常呢,于是,我看了下那台机器上的磁盘存储情况

No Delegate set : lost message:libpng error: Not a PNG file

当出现这个问题时,是因为本来是jpg或其他格式的图片存成了png导致的.或者有的图片本来就是jpg的,Android Studio一编译,发现不是png才造成了这个问题.解决这个问题可以在Android Studio中打开每张图片,查看右上角是否有jpg的字样,如果有jpg的字样而且图片是png后缀的,那么把这张图片通过图片浏览器打开,然后另存为png格式,替换原来的图片即可. 或者:build.gradle:android { aaptOptions { cruncherEnabled = f

ORACLE等待事件:SQL*Net message from client & SQL*Net message to client

在ORACLE当中有两个很常见的等待事件"SQL*Net message from client"与"SQL*Net message to client",两者有点区别,下面整理这方面的资料如下: SQL*Net message from client      表示服务端等待着Cilent发来请求让它处理,这时就会产生SQL*Net message from client等待事件. 而我们把这种Wait叫做空闲事件(ildel event),并不代表真正的Load