You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Notification on Job Completion

Question:

What possibilities for notification on job completion and in case of problems are available?

Answer:

Notification is done by mail. The JobScheduler 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.

  • No labels