Search notes:

Oracle function: SYS_GUID

sys_guid returns a Globally Unique Identifier (aka GUID or UUID). The data type of the returned value is a raw(16).
select
  sys_guid()
from
  dual;
Github repository oracle-patterns, path: /SQL/functions/sys_guid.sql

See also

insert all with sys_guid()
Kun Sun: Oracle SYS_GUID Composition
Oracle SQL functions

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