Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> classes12.zip
Hello
I'm working (so far) successfully with
- Oracle 7.3.4 on Novell 5
until now there was no problem doing that.
On the 7.3.4.-Server I have a Database-Link to an Oracle 8 Server.
Accessing Data from a Table through the Database-Link results in a "Protocoll violation"-Error at oracle.jdbc.dbaccess.DBErrorcheck_error when executing the query (this is no problem in sql_worksheet).
I tried the following
from Oracle-web-site
result: the Database-Connection fails with an "End of TNS-data-Channel" exception.
My oconnection-descriptor:
new
ConnectionDescriptor("jdbc.oracle.thin:@132.199.190.4:1521:ORCL",'myname','mypassword',nopwdprompt,"oracle.jdbc.driver.OracleDriver")
changing servername to a valid TNS-Name
new
ConnectionDescriptor("jdbc.oracle.thin:@RKHTCDB1_TCP",'myname','mypassword',nopwdprompt,"oracle.jdbc.driver.OracleDriver")
results in a SOException. tnsping on RKHTCDB1_TCP is successfully.
Any suggestions?
Hans-Jürgen Schmitz Received on Thu Aug 30 2001 - 04:45:33 CDT
![]() |
![]() |