Search notes:

ORA-05741: invalid retention time outside the range of … and …

The following attempt to create an immutable table throws the error ORA-05741: invalid retention time outside the range of 16 and 365000:
create immutable table tq84_ora_05741 (
   txt  varchar2(20),
   dat  date
)
no drop   until 10 days idle
no delete until 15 days after insert;

See also

Other Oracle error messages

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...', 1758200475, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-05741_invalid-retention-time-outside-the-range-of_and(42): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78