Search notes:

Oracle: Flashback Database

The effects of Flashback Database are somewhat similar to that of a point-in-time recovery, however, it is usually faster because it does not need
Flashback Database needs flashback logs to be able to go back in time.

TODO

startup mount

select log_mode, flashback_on from v$database;

alter database flashback off;
alter database noarchivelog;

See also

Oracle Flashback Technology

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...', 1759427853, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/Features_Options_Management-Packs/Flashback/Database/index(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78