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


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

    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 1053 not found; No message file for product=network, facility=TNSMessage 1020 not found; No message file for product=network, facility=TNSMessage 1021 not found; No messag
    e file for product=network, facility=TNSMessage 1022 not found; No message file for product=network, facility=TNSMessage 1023 not found; No message file for product=network, facility=TNSMessage 1026 not found; No message file for product=network, facility=TNSMessage 1034 not found; No message file for product=network, facility=TNSMessage 1024 not found; No message file for product=network, facility=TNSMessage 1025 not found; No message file for product=network, facility=TNSMessage 1040 not found; No message file for product=network, facility=TNSMessage 1033 not found; No message file for product=network, facility=TNSMessage 1028 not found; No message file for product=network, facility=TNSMessage 1415 not found; No message file for product=network, facility=TNS  Message 1050 not found; No message file for product=network, facility=TNS  Message 1050 not found; No message file for product=network, facility=TNS
      Message 1050 not found; No message file for product=network, facility=TNS
    Message 1029 not found; No message file for product=network, facility=TNSMessage 1411 not found; No message file for product=network, facility=TNS
      Message 1408 not found; No message file for product=network, facility=TNS
    Message 1411 not found; No message file for product=network, facility=TNS
      Message 1408 not found; No message file for product=network, facility=TNS
    Message 1411 not found; No message file for product=network, facility=TNS
      Message 1408 not found; No message file for product=network, facility=TNS
    Message 1411 not found; No message file for product=network, facility=TNS
      Message 1408 not found; No message file for product=network, facility=TNS
    Message 1411 not found; No message file for product=network, facility=TNS
      Message 1408 not found; No message file for product=network, facility=TNS
    Message 1052 not found; No message file for product=network, facility=TNS
    

    2 原因

    ORACLE_HOME 变量 没有,或者没有生效,或者设置不正确。

    3 解决方法

    设置正确的ORACLE_HOME 变量。示例如下:

    export ORACLE_HOME=/u01/app/oracle/product/18.0/dbhome
    

    Author: halberd.lee

    Created: 2019-10-27 Sun 12:57

    Validate

  • 相关阅读:
    设计模式-行为型模式,责任链模式(10)
    设计模式-结构型模式,代理模式(9)
    设计模式-结构型模式, mvc 模型视图控制器模式(8)
    设计模式-创建型模式,python享元模式 、python单例模式(7)
    设计模式-结构型模式,外观模式(6)
    设计模式- 结构型模式,装饰器模式(5)
    设计模式-结构型模式,适配器模式(4)
    设计模式-创建型模式,原型模式(3)
    设计模式- 创建型模式, 建造者模式(2)
    设计模式 -创建型模式 ,python工厂模式 抽象工厂模式(1)
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11747214.html
Copyright © 2020-2023  润新知