GeekArticles
FAQ
Oracle FAQDrop or Rebuild Indexes with MANY MANY extents
Author: asktom.oracle.com |
Published: 4th Feb 2008 |
Visited: 100 times |
Add CommentFiled in: Oracle FAQHi Tom,
We are upgrading an 8174 database to 10203 and doing some maintenance beforehand. I discovered a partitioned table with 4 locally parititoned indexes. The table is OK but the index partitions were created mainly with 16k extents. The lar...
Read Article Sponsored Links
Related Articles
• Toatl free space and largest extents Hi Tom,
I am new to this blog. I have one doubt regarding fragmentation.
select TABLESPACE_NAME,
sum(BYTES),
max(BYTES)
from dba_free_space
group by TABLESPACE_NAME;
If we give this query we will get sum(BYTES)- ...
• Drag and Drop on a Windows Form How to insert an image on a form in runtime mode, dragging it to the right position and by using a database retrieve the position and shape when starting the application up a ...
• Indexes on single Partition of the table I have a table which has been partitioned by the months.Also in the same
table i have an indexes in 4 columns. I used partition as we will be loading the data everymonth. We will be having around 9 million rows everymonth.
While inserting the rows ...