Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> jdbc driver - NumberFormatException
Hi,
I'm using Oracle9i 9.2.0.3 JDBC Driver - classes12.zip from http://download.oracle.com/otn/utilities_drivers/jdbc/9203/classes12.zip with Additional RowSet support - ocrs12.zip from http://download.oracle.com/otn/utilities_drivers/jdbc/9203/ocrs12.zip
I execute "create table test (value NCLOB)" and it finishes correctly. Then "select * from test" returns a ResultSet and
resultSet.getMetaData().getPrecision(1) throws
java.lang.NumberFormatException: 4294967295 at java.lang.Integer.parseInt(Integer.java:435) at java.lang.Integer.parseInt(Integer.java:472) at oracle.jdbc.driver.OracleResultSetMetaData.getPrecision(OracleResultSetMetaData.java:331)
Does anyone know the right place to report it? I tried http://otn.oracle.com/forums/sqlj_jdbc.html with no response.
Thanks
-- There are 10 types of people - those who understand binary and those that don'tReceived on Tue Jun 17 2003 - 03:22:23 CDT
![]() |
![]() |