
July 14th, 2004, 02:41 PM
|
|
Contributing User
|
|
Join Date: Aug 2003
Posts: 202
Time spent in forums: 11 h 39 m 40 sec
Reputation Power: 5
|
|
|
TNSPING ERROR:with oracle database
Hello i am trying to run a webapp in iplanet. I have all the source code in the right place but now when i go to run it. I cannot connect to the database. I get this error:
Quote:
java.sql.SQLException: Io exception: The Network Adapter could not establish the
connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
at oracle.jdbc.driver.OracleConnection.<init>
.
.
.
.(OracleConnection.java:212) |
I have four databases called rod0,rwd0,ros0, and roi0. I need to connect to these databases and i dont know how to. I think something is screwed up in my oracle configuration. When i try to do a TNSPING rod0 i get this error:
Quote: G:\>tnsping rod0
TNS Ping Utility for 32-bit Windows: Version 2.3.3.0.0 - Production on 14-JUL-04
15:40:56
Copyright (c) Oracle Corporation 1995. All rights reserved.
TNS-03505: Failed to resolve name |
DOes anyone know of anything that i could do to solve this issue. Please help. Thanks
|