Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> localhost question
List,
this weekend where I work we changed the ip addresses and went to a dns configuration to log into our Oracle databases on unix servers. On one box a user can no longer use the "localhost" host name to login with a unix account and make a connection with an Oracle instance. On all the other servers he can still user "localhost". We use a connect string in a file such as:
<property name="Server" value="jdbc:oracle:thin:@localhost:1521:int7x"/>
he gets an error message like the one below:
dbpool.ConnectionPool.InitializePool_at_210
<mailto:dbpool.ConnectionPool.InitializePool_at_210>, Thread[main,5,main], Mon
May 12 13:14:15 CDT 2003)
java.sql.SQLException: Io exception: The Network Adapter could not establish
the connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323) at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)at
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ehresmann, David INET: David.Ehresmann_at_ps.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon May 12 2003 - 14:36:38 CDT