Tagged Questions

0
votes
1answer
40 views

How to dynamically get column that triggered OracleException

If I have ORA-12899 returned from an insert or update statement. How can I extract the column name from the OracleException without parsing the string? ORA-12899: value too large for column ...