How the Data Blocks in Oracle tablespaces are allocated by oracle ?
It is said that
"The Data Block size should be integer multiple of operating system block size to save I/O wastage"
if I understand it correctly , are no. of bolcks created automatically based on size of tablespace and size of table
(initial, next storage) ?
Does this means that in create table definition "next" storage parameter should be the multiple of OS block size
Or "initial"should also be a multiple of block size?
Is it like that "initial" and "next" parameters should be like 512K or 256K or 128K?
What can be the idea of avoiding I/O wastage ?
Amol
[sig][/sig]
It is said that
"The Data Block size should be integer multiple of operating system block size to save I/O wastage"
if I understand it correctly , are no. of bolcks created automatically based on size of tablespace and size of table
(initial, next storage) ?
Does this means that in create table definition "next" storage parameter should be the multiple of OS block size
Or "initial"should also be a multiple of block size?
Is it like that "initial" and "next" parameters should be like 512K or 256K or 128K?
What can be the idea of avoiding I/O wastage ?
Amol
[sig][/sig]