Search notes:

SQLcl: liquibase changelog-sync

SQL> liquibase changelog-sync -changelog-file controller.xml
SQL> select
  filename,
  to_char(dateexecuted, 'yyyy-mm-dd hh24:mi') exec_dt,
  exectype,
  description,
  author
from
   databasechangelog order by orderexecuted;

See also

The tables databasechangelog and databasechangelock are created if they don't already exist.
The SQLcl command liquibase.

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...', 1759423473, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQLcl/commands/liquibase/changelog/sync(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78