java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Posted
by jack
on Server Fault
See other posts from Server Fault
or by jack
Published on 2010-05-09T14:24:15Z
Indexed on
2010/05/09
14:30 UTC
Read the original article
Hit count: 347
Oracle
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?
© Server Fault or respective owner