When doing a query to inserts/update oracle table I got error like duplicated when insert or not found when update but looks like the number of errors has a limit, when reach it the query stop and the rest of the sentences are not executed. We migrated from DB2 in mainframe and there is a parament added as the first sentence in the query to allows any number of errors (SER MAXERRORS -1), Is there something similar in Oracle?
Thanks.
There is something can be defined using ALTER command.?
luis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.