Search notes:

Oracle: X$DBGTFVIEW

Contents of trace files?
 select
    adr_home || '/' ||  trace_filename trace_file_name,
    timestamp,
    line_number,
    payload             txt,
    file_name           c_source_file,
    function_name       c_function,
    component_name,
    record_type
from
   x$dbgtfview
where
   -- session_id = 156 and
   -- serial# = 38124  and
      1 =1
order by
--    session_id,
--    serial#,
   line_number
;

TODO

What (if) is the relationship to x$trace

See also

Oracle internals: filenames and function names
fixed tables

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...', 1740469510, '3.128.79.193', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/instance/fixed-tables/dbg/tf/view/index(66): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78