java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
- by jack
Hi
I got an email from a user when he sees the following error output when he's using our web site.
java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "WEB_OWNER.SSFP_GET_WE_OBJ", line 300
ORA-06512: at line 1
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
This is error from oracle webconnect, Oracle Application Server Containers for J2EE 10g (10.1.2.3.0).
Any idea?