Richard J > java.sql.SQLException: Io exception: The Network Adapter could not > establish the connection <snip> > I am using identical code from the original server. > I can open non-db servlets fine. > I can also ping and telnet to the DB from the new server. > I am using the same url in my connection on both servers. > I just seem to be missing something on the new server. > Any Ideas??
I don't think you can use the same TNS name and ip address on another Ora-Server I believe your JDBC is using SQLNet, that need to be set up in tnsnames.ora I am making some assumption because your email has got no further detail... If u r using MS, then go to c:\Oracle\Ora90\Network\Admin\tnsnames.ora else if u r using Linux then go to $ORACLE_HOME/network/Admin/tnsnames.ora In both cases, change tnsnames.ora. Hope that helps. -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
