Search notes:

Task wrapper script: _exec-stmt.sql

_exec-stmt.sql is a wrapper script to execute a PL/SQL statement as a task.
begin
   task_mgmt.begin_(q'{&1}');
   &1;
   task_mgmt.done;
exception when others then
   dbms_output.put_line(q'{ERROR executing &1}');
   dbms_output.put_line('  ' || sqlerrm);
   task_mgmt.exc;
end;
/
Github repository PL-SQL-pkg-task, path: /_exec-stmt.sql

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...', 1758206413, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/PL-SQL/libs/personal/task/_exec-stmt(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78