logic_sector_size=4k
Viacheslav, December 06, 2016 - 12:57 pm UTC
Additional point
J. Laurindo Chiappa, December 06, 2016 - 5:56 pm UTC
Additionally, I indicate that in the "Oracle Database Administrator's Guide 11gR2" we have the following information:
"
Planning the Block Size of Redo Log Files
Unlike the database block size, which can be between 2K and 32K, redo log files always default to a block size that is equal to the physical sector size of the disk. Historically, this has typically been 512 bytes (512B).
Some newer high-capacity disk drives offer 4K byte (4K) sector sizes for both increased ECC capability and improved format efficiency. Most Oracle Database platforms are able to detect this larger sector size. The database then automatically creates redo log files with a 4K block size on those disks.
"
So, it is NOT mandatory to indicate the block size for redo, in many modern hardwares....
Best regards,
J. Laurindo Chiappa
December 07, 2016 - 2:11 pm UTC
Thanks for the additional info
Thanks!
John Cantu, December 06, 2016 - 10:36 pm UTC
Thank you, I will take a look at those references you sent me, Connor. However, I wish Oracle documentation would provide more information on this. It seems like an important subject for Oracle not to provide detailed information and examples. There could be many Oracle systems out there misconfigured because of this new 4k sector "improvement". I don't have any idea how much slower.