Search notes:

oradebug ffbegin

SQL> oradebug ffbegin
Although the instance is now frozen, the session that froze the instances can still execute sql statements:
SQL> select * from v$instance;
SQL> select dbms_flashback.get_system_change_number from dual;
SQL> select scn_to_timestamp(dbms_flashback.get_system_change_number) from dual;
Thaw the frozen instance:
SQL> oradebug ffresumeinst

See also

The background process VFTM (Virtual Keeper of Time).

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...', 1758198865, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/tools/oradebug/ffbegin/index(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78