SQLERRM « PL SQL « Oracle PL / SQL






1.SQLERRM function.
2.SQLERRM function returns the error message associated with the most recently raised error exception
3.sqlerrm(sql%bulk_exceptions(i).error_code)
4.Error code and message
5.Error code: sql%bulk_exceptions(i).error_code
6.Trim the error message and then output
7.SQLERRM has the error message
8.Reference sql%bulk_exceptions(i).error_index