O | |
ORA_BULK_EXCEPTION [Occi] | occi_execute_array function raises this exception containing
(error_message, failed_rows) , where the failed_rows is an array of tuples
in the form (row_number, err_code, err_message) .
|
ORA_EXCEPTION [Occi] |
Oracle API functions raise this exception containing
(err_code * err_message)
|