I haven't got oracle installed on either server.
my url connection is jdbc:oracle:thin:@192.2.100.9:1521:test for both
servers.
the classes12 is in the classpath


>>> [EMAIL PROTECTED] 11/05/02 11:31pm >>>
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>

The information contained in this communication is intended solely for the use of the 
individual or entity to whom it is addressed and others authorized to receive it.  It 
may contain confidential or legally privileged information.  If you are not the 
intended recipient you are hereby notified that any disclosure, copying, distribution 
or taking any action in reliance on the contents of this information is strictly 
prohibited and may be unlawful. If you received this communication in error, please 
notify us immediately by responding to this email and then delete it from your system.
Appleyard Finance Holdings Ltd or its subsidiaries are neither liable for the proper 
and complete transmission of the information contained in this communication nor for 
any delay in its receipt.

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to