Error when calling a Oracle package with length > 30 (ORA-01948)
843859Jul 3 2007 — edited Jul 3 2007Hi...,
When I call a Oracle package I get this error message.
java.sql.SQLException: ORA-01948: identifier's name length (39) exceeds maximum (30)
ORA-06512: at "SYS.DBMS_PICKLER", line 18
ORA-06512: at "SYS.DBMS_PICKLER", line 58
ORA-06512: at line 1
There is not way we can change the package name. How do we fix it on the java side?
Regards,
Praveen