Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is my OS block size 4096 or 512 bytes?

559677Sep 20 2007 — edited Sep 26 2007
Hi!
I am working on RHEL 4.5 ES edition. I have an installation of an Oracle 10g database whose files spread out over two separate partitions /u01 and /u02 that show a block size of 4096 using dumpe2fs.

dumpe2fs /dev/sdb1 | grep 'size'
dumpe2fs /dev/sda7 | grep 'size'

Block size: 4096
Fragment size: 4096
Inode size: 128

Using a different method of deriving the OS block size by querying v$archived_log I get the output of 512.

Is the v$archived_log method of finding the OS block size incorrect?

Thanks and Regards,
Aniruddha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2007
Added on Sep 20 2007
6 comments
4,751 views