What possibilities for notification on job completion and in case of problems are available?
Notification is done by mail. The Job Scheduler sends configurable (to, cc, bcc) mails for the following events: mail_on_error mail_on_warning mail_on_success mail_on_process (reserved for API based jobs) All mails have an attached log file of the job or the order that was processed. The log files contain output to stdout and stderr, SQL errors and dbms_output from Oracle and any messages (info, warning, error, debug) that were created by API methods.