I have seen in Metalink a statement to the effect that the value for db_file_multiblock_read_count cannot be greater than 64K/db_block_size, which for a db_block_size of 8K means it must be 8. The reference was for Oracle7.3.4, and I was wondering if it still holds true for Oracle8.1.6?
Its max IO size/DB_BLOCK_SIZE. So, this definition is TRUE with later versions also.
Max value is always less than the calculated value as shown above, if its more than max value oracle uses max value.
Pando,
Each I/O need not be 64K. Depends on OS and Version. In Solaris its 128K. I think its preference depending on the application requirement. It can be created with a value you specify with some limitations.
Bookmarks