Hi,
I am using
Hibernate Version 2.1
Oracle DB Version Release 2 (9.2.0.1.0) for Windows
When I insert a value into a table column it shows following Error :
Caused by: java.sql.BatchUpdateException: ORA-01401: inserted value too large for column
at oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(DBError.java:4
Does anyone know how could I show the column name of the error casuing column ? I have tried to used exception.getCause() api, but it also won't show the error causing column name.
Thx in advance.
FB_Cheng
|