Error log table for bulk insert oracle

BEGIN
  DBMS_ERRLOG.create_error_log (dml_table_name => 'tbladdress');
END;
/