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

Home -> Community -> Usenet -> c.d.o.server -> java.io.ioexception: Bigger type length than Maximum

java.io.ioexception: Bigger type length than Maximum

From: Jon <jnordby_at_yahoo.com>
Date: 6 Sep 2002 11:20:45 -0700
Message-ID: <1f5dcdc7.0209061020.2e036873@posting.google.com>

When I get hints or help finding a problem solution from here, I try to post results if it might help others in the future so other searches hit this. Problem was I couldn't post a reply to the threads that contained the hints that helped me, I guess they were too old.

Problem was seeing the following intermittently with selects/inserts on CLOBS.

java.io.IOException: Bigger type length than Maximum

       at oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java:716)
       at oracle.jdbc.driver.OracleClobReader.needChars(OracleClobReader.java:222)
       at oracle.jdbc.driver.OracleClobReader.read(OracleClobReader.java:163)
       at java.io.Reader.read(Reader.java:97)
       at

We were using 8.1.7.2 server on solaris 8 and the 9.x jdbc thin drivers - oracle recommended we use the combination. The fix was to move back to the 8.1.7.3 jdbc driver (classes12.zip). We are also going to forward patch the server to 8.1.7.3, but the behavior stopped after we used the correct thin driver.

thanks for all the help this newsgroup provides! jon Received on Fri Sep 06 2002 - 13:20:45 CDT

Original text of this message

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