Search notes:

Oracle: V$DIAG_TRACE_FILE

v$diag_trace_file lists all trace files that are currently present in the Automatic Diagnostic Repository (ADR) in the current container.
select
   adr_home,
   trace_filename,
   change_time,
   modify_time,
   con_id
from
   v$diag_trace_file
order by
   change_time desc;

See also

v$diag_info, v$trace_file_contents.
Oracle Dynamic Performance Views

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...', 1740478896, '3.15.26.235', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/diag/trace_file/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78