Search notes:

SQLPATH - tracefile.sql

tracefile.sql selects the path to the trace file of the current session.
--
--     Display path to the trace file for the current session
--
select value trace_file
  from v$diag_info
 where name = 'Default Trace File';
Github repository Oracle-SQLPATH, path: /tracefile.sql
It is possible to insert a recognizable text into the filename of the tracefile:
alter session set tracefile_name = my_session;

See also

The name of a tracefile can also be found with oradebug tracefile_name.
find-trace-file.sql
v$diag_info
Oracle: files for ORACLE_PATH / SQLPATH

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...', 1745360242, '3.145.33.99', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL-Plus/sqlpath/tracefile(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78