Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exception while using result set / illegal parameter value in OCI lob function

1 view
Skip to first unread message

Ira Waxberg

unread,
Feb 7, 2002, 9:47:32 AM2/7/02
to

After I added a blob column to one of my Oracle tables,
my Entity EJB started throwing this exception from it's Home
interface (see trace below). I don't know what this means.
What is really strange is that my Entity EJB makes no reference
to this extra blob field at all. Does anyone have a clue as to what's
going on here?

javax.ejb.FinderException: Exception while using result set: 'weblogic.jdbc20.jts.ResultSet@24c5b4'
java.sql.SQLException: java.sql.SQLException - ORA-24801: illegal parameter value
in OCI lob function
at weblogic.jdbcbase.oci.ResultSet.getString(ResultSet.java:146)
at weblogic.jdbcbase.jts.ResultSet.getString(ResultSet.java:48)
at jp.co.bnpparibas.pdms.user.ejb.PbParibasUserPSWebLogic_CMP_RDBMS.resultSetToEnum(PbParibasUserPSWebLogic_CMP_RDBMS.j
at jp.co.bnpparibas.pdms.user.ejb.PbParibasUserPSWebLogic_CMP_RDBMS.findByName(PbParibasUserPSWebLogic_CMP_RDBMS.java:5
at jp.co.bnpparibas.pdms.user.ejb.PbParibasUserBeanHomeImpl.findByName(PbParibasUserBeanHomeImpl.java:161)
at jp.co.bnpparibas.pdms.user.ejb.Administrator.findUser(Administrator.java:65)
at jp.co.bnpparibas.pdms.user.ejb.AdministratorEOImpl.findUser(AdministratorEOImpl.java:356)
at jp.co.bnpparibas.pdms.user.ejb.AdministratorEOImpl_ServiceStub.findUser(AdministratorEOImpl_ServiceStub.java:464)

Version: WL 5.1 SP11 on Windows 2000 / JDK1.3

Ira Waxberg

unread,
Feb 7, 2002, 9:47:46 AM2/7/02
to
0 new messages