Search notes:

Oracle: Init parameter DB_FILE_MULTIBLOCK_READ_COUNT

Since Oracle 10g, the value of db_file_multiblock_read_count should not be set.
On most platforms, Oracle chooses the value of db_file_multiblock_read_count such that its value multiplied by the block size is 1MB.
The following statement is likely to return 1:
select
   value * (select value from v$parameter where name = 'db_file_multiblock_read_count') / 1024/1024   total_read_size_mb
from
  v$parameter where name = 'db_block_size';

See also

The event db file scattered read.
init parameters: _db_file_exec_read_count, _db_file_optimizer_read_count
MOS Documents

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...', 1745346295, '3.144.132.48', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/adminstration/init-parameters/db/file/multiblock_read_count/index(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78