Database Administration (MOSC)

MOSC Banner

manual table reorg

edited Sep 22, 2010 5:03AM in Database Administration (MOSC) 9 commentsAnswered
I have a table with about 1.2B rows using 230G of disk space. The table is very large , but very narrow (row size is 22 bytes).  I believe that it has 'holes' in it because it is being loaded daily via a MERGE command in append mode so I think that some of the blocks are left empty. I want to reorganize it, but I want to do it manually rather than using oracle's tool. HEre is my plan:

- have application team stop all the activity against the table

- create a new table and copy all the data from the old table to the new

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center