Search notes:

Oracle: DBA_AUTOTASK_JOB_HISTORY

dba_autotask_job_history shows history of autotask jobs.
The view essentially selects jobs from dba_scheduler_job_run_details whose names start with ORA$AT and joins them to dba_autotask_window_history
select
   joh.client_name,
   joh.window_name,
   joh.window_start_time,
   joh.window_duration,
   joh.job_name,
   joh.job_status,
   joh.job_start_time,
   joh.job_duration,
   joh.job_error,
   joh.job_info
from
   dba_autotask_job_history joh
order by
   joh.job_start_time desc;

See also

x$ketcl
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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/developm...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759568845, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/autotask/job_history(59): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51