ORA-12899 - is it possible to truncate automatically
686423Jun 9 2009 — edited Jun 9 2009I know why I am getting ORA-12899. Instead of rolling back the transaction, I am wondering if it is possible to let Oracle truncate data automatically so that update/insert succeeds. There are cases that auto-truncation is acceptable.
I am using Oracle 10 with Hibernate.
Thanks in advance.