Skip to Main Content

Oracle Database Discussions

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!

Extent management local uniform size ???

user640001Dec 29 2008 — edited Dec 30 2008
Hi,

Oracle database 8.1.7.0

we are having SECTS which is dictionary managed and i want to make it locally managed by creating a new TS and will use exp / imp, which will also remove space fragmention within the TS.

This SECTS is the primary TS with lots of load and thus increasing contention on the system tables for managing free extents and thus degrading the performance of database.

so i want to make it locally managed to improve its performance.

Now my query is,

which storage memory clause is more recommendable while creating new tablespace ?

1) locally manage autoallocate
2) locally manage uniform size

Our block size is 8kb, block buffer size is 10847 bytes, RAM is of 2GB

Now if i keep "autoallocate" then no question of giving size (case 1),

but in case of uniform size (case 2)

what extent size should i keep as per above block size details ???
*(i have got stuck over here regarding extent size)*


which extent size will be more appropriate considering block size,block buffer and size of the RAM as mentioned above ????
extent size wil be the multiple of the block size(8kb) which is mentioned above.

please guide....


With Regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2009
Added on Dec 29 2008
6 comments
2,285 views