java.sql.sqlrecover,java.sql.SQLException: Numeric Overflow — oracle-tech

Greetings!

i have WLS8 SP5 with two connection pool in the domain both are having XA thin drivers(oracle.jdbc.xa.client.OracleXADataSource).

Also for both datasources honor global transaction is enabled and 2PC also are true.

but so many times, i m getting the SQL exception.

here are the loggers for that,

1)

DriverManager.initialize: jdbc.drivers = null

JDBC DriverManager initialized

registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,[email protected]]

SQLException: SQLState(null) vendor code(17026)

java.sql.SQLException: Numeric Overflow

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)

2)

DriverManager.initialize:

你可能感兴趣的:(java.sql.sqlrecover,java.sql.SQLException: Numeric Overflow — oracle-tech)