Re: JDBC connection error

From: betty <bettyc_at_aimnet.NOJUNKMAIL.com>
Date: 2000/01/04
Message-ID: <vsoc4.1102$T01.35544_at_nuq-read.news.verio.net>#1/1


I've never seen that error before. Does it work if you use the actual IP address instead of myserver.mydomain?
Do you have the correct classesxxx.zip file from Oracle that goes with 8.1.5?

Betty

Eulogio Robles P. wrote in message <84t39m$sab$1_at_chiloe.chilepac.com>...
>Hi.
>
>I'm trying to connect to a Oracle 8.1.5 database with this code :
>
> try {
> DriverManager.registerDriver(new
>oracle.jdbc.driver.OracleDriver());
> // or Class.forName ("oracle.jdbc.driver.OracleDriver");
> url = "jdbc:oracle:thin:_at_myserver.mydomain:1521:mydb;
> con = DriverManager.getConnection (url, "myuser", "mypass");
> }
> catch (SQLException e) { System.out.println ("Error : " +
>e.getMessage()); return;}
>
>and it gives me this message :
>
>Error : Exceding key size
>
>I don't know what this means, please I need help
>
>I'm using Visual Cafe with JDK 1.1, and tested on a Digital Alpha with JDK
>1.2. It does not work in either case.
>
>regards,
>
>E. Robles
>erobles_at_chilesat.net
>
>
Received on Tue Jan 04 2000 - 00:00:00 CET

Original text of this message