Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> JDBC problem
Hello,
I have problem with connecting to Oracle with JDBC thin driver.
I run simplest application to test connection
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
Connection conn =
DriverManager.getConnection ("jdbc:oracle:thin:@kiosk:1521:oracle", "test", "pass");
When I try to get Connection to database I get this error message
java.sql.SQLException: Exceding key size.
Hope someone can help me out.
Greetings
Tomek Received on Wed Mar 07 2001 - 06:10:00 CST
![]() |
![]() |