Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
异常java.sql.SQLException: Io exception:The Network Adapter could not establish connection

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

    Oracle Database Connection (from oracle.com)
    
    PROBLEM
    You are attempting to connect to an Oracle instance using JDBC and you are receiving the following error.
    java.sql.SQLException: Io exception:
    The Network Adapter could not establish connection
    SQLException: SQLState (null) vendor code (17002)
    
    Any or all of the following conditions may also apply:
    
    1) You are able to establish a SQL*Plus connection from the same
    client to the same Oracle instance.
    
    2) You are able to establish a JDBC OCI connection, but not a Thin
    connection from the same client to the same Oracle instance.
    
    3) The same JDBC application is able to connect from a different
    client to the same Oracle instance.
    
    4) The same behavior applies whether the initial JDBC connection
    string specifies a hostname or an IP address.
    
    
    
    REDISCOVERY
    To verify whether you are hitting this problem, verify whether the Oracle instance is configured for Multithreaded Server (MTS). If the Oracle instance is not configured for MTS, you are probably encountering a different problem. Otherwise, continue. Try forcing the JDBC connection to use a dedicated server instead of a shared server. This can be accomplished in several ways. For JDBC OCI or Thin, this can be done by reconfiguring the server for dedicated connections only. This approach, however, may not be feasible in many cases. In such cases, the following options apply: For JDBC OCI:
    
    1) Add the (SERVER=DEDICATED) property to the TNS connect string
    stored in the tnsnames.ora file on the client.
    
    2) Set the user_dedicated_server=ON in sqlnet.ora on the client.



相关文章

相关软件