JDBC_Connection problem
Hi,
I'm now configuring the third-party JDBC driver to connect oracle. with e.D. But the driver I deployed does not work fine.
Here lists the situations.
1st, I have an e.D 8.8 on my server with JDK1.4
2nd, I have copied ojdbc14.jar to the right place.
3rd, I have got all parameters right to fill in, including SID, IP, Username, and password.
4th, The server with e.D could visist the server with Oracle on port 1521
But the log tells me that the connection failed.
Here's some Log information.
-----------------------------
<errors>
<connectivity>
<error-code description="connection lost contact">
<value>3135</value>
</error-code>
<error-code description="connection refused | could not establish connection | database serer not started | connection timed-out">
<!-- connection refused = SID is incorrect -->
<!-- could not establish a connection = wrong IP address -->
<!-- database server is not started = start database-->
<!-- connection timed-out = adjust firewall TCP timeout settings -->
<value>17002</value>
</error-code>
<error-code description="must be logged on to server">
<value>17430</value>
</error-code>
</connectivity>
<retry>
<!--error-code description="resource busy">
<value>54</value>
</error-code -->
</retry>
.................................
---------------------------------------------
Any suggestions?
Thanks in Advance!
|