Search notes:

DBMS_EPG.SET_GLOBAL_ATTRIBUTE

Set log level

begin
-- See MOS Note 563704.1
   dbms_epg.set_global_attribute( 'log-level', 7 /* = LOG_DEBUG */);
end;
/
$ curl  --digest  -u 'EPG_TEST_USER:myLittleSecret' http://EPG_TEST_USER:myLittleSecret@localhost:1234/epg-test/no-such-procedure
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD><BODY><H1>Bad Request</H1>
The HTTP client sent a request that this server could not understand.</BODY></HTML>
Find directory where trace files are written to, then:
$ grep -l no-such-procedure

Determine value of log level

select
   dbms_epg.get_global_attribute( 'log-level')
from
   dual;

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