Hi , I am creating error tables using dbms_errlog.create_error_log and logging the errors into this table, If there are multiple errors on the same row , for example 1 column value has data type mismatch and other column has data length mismatch how can I log both the errors, currently looks like it logs only one error per row , Please suggest