Day: August 6, 2020

JDBC Numeric Overflow with SQL error code: 17026

Usually when you see such an error -- Numeric Overflow SQL error code 17026 in your JAVA application code, it means the data type used in the java code is not bigger enough to hold the result data fetched. Oracle's Java Developer guide has a mapping table called Java Type to SQL Type Mappings: Java … Continue reading JDBC Numeric Overflow with SQL error code: 17026

Advertisement