java.lang.StringIndexOutOfBoundsException: String index out of range: 3 at java.lang.String.<init>(String.java(Inlined Compiled Code)) at oracle.sql.NUMBER.toBytes(NUMBER.java(Compiled Code))
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 547875, 1 year ago
java.lang.StringIndexOutOfBoundsException: String index out of range: 3 at java.lang.String.<init>(String.java(Inlined Compiled Code)) at oracle.sql.NUMBER.toBytes(NUMBER.java(Compiled Code))
at oracle.sql.NUMBER.stringToBytes(NUMBER.java:3397)
at oracle.sql.NUMBER.
(NUMBER.java:277) at oracle.jdbc.oracore.OracleTypeNUMBER.toNUMBER(OracleTypeNUMBER.java:508)
at oracle.jdbc.oracore.OracleTypeNUMBER.toDatum(OracleTypeNUMBER.java:35)