Question:

Does JobScheduler have built in Utilities for Routing Job Output?

Answer:

The answer is analog to what was written in Notification on Job Completion: all output of a job can be added to the task log and sent by mail. For example:

  • to stdout
  • to stderr
  • created by API logging methods (info, warning, error, debug)
  • created by SQL errors and by usage of the Oracle Package dbms_output
  • to log files external to JobScheduler but for which a path was configured with the job

The recipients (to, cc, bcc) can be configured centrally or per job. Log files with job output are stored as plain files in a log directory and optionally in the database (optionally gzipped).