Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Limitatation with large sets of data

0 views
Skip to first unread message

Aswin Dinakar

unread,
Dec 5, 2001, 8:31:54 PM12/5/01
to
Hi,
This is probably the wrong group to ask this question and I
apologize. Does anyone know if there is a limitation with Oracle's JDBC
driver 8.1.7 with sending large Arrays.
I am getting Oracle internal exceptions when I am setting
CallableStatement.setArray() .

For 4095 elements this works fine but fails for 4096 elements. Does the
WebLogic JDBC driver have the same limitation ?
Thanks,
Aswin.


java.sql.SQLException: ORA-00600: internal error code, arguments:
[12760], [], [], [], [], [], [], []
ORA-00600: internal error code, arguments: [kodpunp1], [], [], [], [],
[], [], []
ORA-00600: internal error code, arguments: [kope2upic954], [], [], [],
[], [], [], []

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:822)
at
oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1446)

at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1371)

at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1900)

at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:363)

at
oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:407)

Aswin Dinakar

unread,
Dec 5, 2001, 9:24:50 PM12/5/01
to
I am using Oracle 8.1.7 and Oracle JDBC driver 8.1.7. There is no Driver/Server mismatch.
0 new messages