Search notes:

Oracle: DBA_SCHEDULER_JOB_RUN_DETAILS

select
   jrd.job_name,
   jrd.owner,
   jrd.log_date,
   jrd.log_id,
   jrd.status,
   jrd.output,              -- output and binary_output capture the output
   jrd.binary_output,       -- of a script or executable
   jrd.additional_info,
   jrd.actual_start_date,
   jrd.binary_errors,
   jrd.cpu_used,
   jrd.credential_name,
   jrd.credential_owner,
   jrd.destination,
   jrd.destination_owner,
   jrd.error#,
   jrd.errors,
   jrd.instance_id,
   jrd.job_subname,
   jrd.req_start_date,
   jrd.run_duration,
   jrd.session_id,
   jrd.slave_pid
from
   sys.dba_scheduler_job_run_details jrd
order by
   jrd.log_date desc
;

See also

Entries in dba_scheduler_job_run_details can be purged with dbms_scheduler.purge_log.
Column store_output of dba_scheduler_jobs
dba_scheduler_job_log
data dictionary

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759497591, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/scheduler/job/run_details/index(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78