Oracle error handling during deployment is now based on environment variable ORACLE_ON_ERROR, with possible values:
- IGNORE: All errors are ignored
- ABORT: Execution of sql script stops at first error and the deploy will fail
- REPORT: Execution of script completes, but errors will fail the deploy