I am working on Oracle 7.3.4.4 on NT platform and I notice that without much utilization, I mean not much data put into the datafiles but its always going out of space and we have to do reorg. Can somebody help me what needs to be taken care or some tips to improve the space utilization
Thanks
I am working on Oracle 7.3.4.4 on NT platform and I notice that without much utilization, I mean not much data put into the datafiles but its always going out of space and we have to do reorg. Can somebody help me what needs to be taken care or some tips to improve the space utilization
Thanks
Add another disk drive! It depends on how tightly packed your data is within each tablespace. Also look at the pctincrease parameter on your tables and indexes. Without knowing your app I can't say beyond that.
As I recall the number of extents is directly controlled by the block size. i.e. 2k will give you 121 extents, 4k is 512 extents, and 8k is 1024 extents, or something like that. So unlimited extents might not be an option.
I agree with what you said about percent increase 0.
Bookmarks