Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> jdbc driver - NumberFormatException

jdbc driver - NumberFormatException

From: Pavel Zlatarev <pavel.zlatarev_at_sap.com>
Date: Tue, 17 Jun 2003 11:22:23 +0300
Message-ID: <bcmj6s$oi7$1@news1.wdf.sap-ag.de>


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't
Received on Tue Jun 17 2003 - 03:22:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US