`
edwards0307
  • 浏览: 25991 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

listener errors

 
阅读更多

1.LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 17-NOV-2011 06:50:23

   Copyright (c) 1991, 2005, Oracle.  All rights reserved.

   Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message      12545 not found; No message file for product=network, facility=TNS
   TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
   TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
   Linux Error: 2: No such file or directory

  

   solution:export ORACLE_SID ORACLE_HOME ORACLE_BASE.

 

2.TNSLSNR for Linux: Version 10.2.0.1.0 - Production
   NL-00280: error creating log stream /u01/oracle/network/log/listener.log
   NL-00278: cannot open log file
   SNL-00016: snlfohd: error opening file
   Linux Error: 13: Permission denied

   Listener failed to start. See the error message(s) above...

 

   solution:chmod 777 listener.log

 

3.TNSLSNR for Linux: Version 10.2.0.1.0 - Production
   System parameter file is /u01/oracle/network/admin/listener.ora
   Log messages written to /u01/oracle/network/log/listener.log
   Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Toshiba)(PORT=1521)))
   Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
   TNS-12555: TNS:permission denied
   TNS-12560: TNS:protocol adapter error
   TNS-00525: Insufficient privilege for operation
   Linux Error: 1: Operation not permitted

 

   solution: chmod 777 /var/tmp/.oracle

                        the 1521 is used  by applications,change the 1522 or others

 4.TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 32: Broken pipe

 

    solution: clear listener.log


5.SQL> conn sys/oracle@oraclelsh as sysdba;
ERROR:
ORA-12523: TNS: 监听程序无法找到适用于客户机连接的例程

 

solution:tnsping oraclelsh

            set oracle_sid,oracle_home

            sqlnet.ora .(server=dedicated)

we login from the remote clients.

 

6.

 

 

 

0
4
分享到:
评论

相关推荐

    信息: Deploying web application directory lx01

    信息: Deploying web application ...严重: Context [/blog] startup failed due to previous errors ApplicationFilterConfig[name=EncodingFilter, filterClass=com.v512.guestbook.web.CharacterEncodingFilter]

    Thinking in Java 4th Edition

    Errors .................................... 14 Introduction to Objects 15 The progress of abstraction ........................ 15 An object has an interface ........................... 17 An object ...

    Oracle9i的init.ora参数中文说明

    MTS_LISTENER_ADDRESS 参数可被指定为: (ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(PORT=5000)(HOST=zeus)) (ADDRESS=(PROTOCOL=decnet)(OBJECT=outa)(NODE=zeus)) 此参数在 8.1.3 版中已废弃。 值范围: TRUE | FALSE ...

    远程拷贝--远程服务-数据文件拷贝软件代码

    listen.c Port listener sensor_health.c Health sensor, source sensor_health.cfg Health sensor, default configuration sensor_lib.c Sensor library, source sensor_lib.h Sensor library, headers sensor_...

    QGServerLib

    2,With Event-triggered, multi-threaded event listener and the task of read-write access, solute single-threaded reading and writing performance bottleneck. Connection is out of the thread limit. 3,...

    Sublime Text Build 3124 x64 Setup.exe

    API: Added EventListener.on_hover(view, point, hover_zone) API: Added functions to get and set visibility of the minimap, status bar, tabs and menu API: Modifications to a selection are now ...

    Apache Geronimo 2.1_ Quick Reference.pdf

    Listener 102 Web deployment descriptor 105 Annotations 106 Resource annotation 106 EJB annotation 107 Web deployment plan 108 Tomcat specific configuration 110 Jetty specific configuration 111...

    struts2驱动包

    严重: Context [/OAProject] startup failed due to previous errors 2009-8-29 14:02:25 org.apache.catalina.core.ApplicationContext log 信息: Closing Spring root WebApplicationContext log4j:WARN No ...

    Spring中文帮助文档

    errors标签 13.10. 处理异常 13.11. 惯例优先原则(convention over configuration) 13.11.1. 对控制器的支持:ControllerClassNameHandlerMapping 13.11.2. 对模型的支持:ModelMap(ModelAndView) 13.11.3...

    wam 的 分析 设计代码

    implements CommandListener, Runnable, MessageListener { Command exitCommand = new Command("退出", Command.EXIT, 2); Alert waiting; Display display; Thread thread; String[] connections...

    Spring API

    errors标签 13.10. 处理异常 13.11. 惯例优先原则(convention over configuration) 13.11.1. 对控制器的支持:ControllerClassNameHandlerMapping 13.11.2. 对模型的支持:ModelMap(ModelAndView) 13.11.3...

    WordPress 3 Plugin Development Essentials.pdf

    Create a listener 80 Fetching data from another page 81 Creating our plugin 83 Creating index.php and activating the plugin 84 Creating our first PHP class 85 Updating index.php 86 Testing your ...

    Servlets和JSP核心技术 卷2(英文版) 第一部分

    Designating Pages to Handle Errors Section 2.10. Providing Security Section 2.11. Controlling Session Timeouts Section 2.12. Documenting Web Applications Section 2.13. Associating Files with MIME...

    Servlets和JSP核心技术 卷2(英文版) 第二部分

    Designating Pages to Handle Errors Section 2.10. Providing Security Section 2.11. Controlling Session Timeouts Section 2.12. Documenting Web Applications Section 2.13. Associating Files with MIME...

    SPRING API 2.0.CHM

    ApplicationListener ApplicationObjectSupport ArgPreparedStatementSetter ArgTypePreparedStatementSetter ArgumentConvertingMethodInvoker AspectComponentDefinition AspectEntry ...

    java.核心技术.第八版 卷1

    The event listener model GUI programming with Swing Packaging applications Exception handling Logging and debugging Generic programming The collections framework Concurrency For detailed coverage of ...

    soccerLeague

    ............\....\...\....\show_errors.jsp ............\....\...\....\side-bar.jsp ............\....\...\....\side-bar2.jsp ............\....\...\index.jsp ............\....\...\login .............

    JavaEE 5.0 Tutorial.pdf

    Sun 官方 J2ee 5.0 教程 The Java EE 5Tutorial For Sun Java System Application Server 9.1 Contents Preface ..................................................................................................

Global site tag (gtag.js) - Google Analytics