Search notes:

Oracle: DBMS_MONITOR.SESSION_TRACE_ENABLE and SESSION_TRACE_DISABLE

SESSION_TRACE_ENABLE

session_trace_enable has the following parameters:
session_id binary_integer
serial_num binary_integer
waits boolean
binds boolean
plan_stat varchar2
Since all parameters have a default value, session_trace_enable can be simply invoked with
begin
   dbms_monitor.session_trace_enable;
end;
/

See also

The init parameter sql_trace
Trace files
dbms_monitor

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...', 1759612203, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/packages/dbms/monitor/session_trace_/index(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78