HeathRamos
IS-IT--Management
We recently deleted numerous entries from a single table and it has been suggested to be that I need to reorg the table now for performance reasons.
I have never reorg'd a table before (running Oracle 8i, btw).
From my understanding, I can do this one of two ways, either using an oracle or third party tool or command line.
I have a copy of Space Manager (Quest software) and it can be used to create a script to do this. I am just not sure the options I should choose. (pretty sure I would have to create a table in a temp tablespace since the table is large).
I could also export the table, drop it and then import it back into the tablespace. I don't know the options I should use. Also...I know people can't be logged on for this option but do I have to take it offline? Put the database in a mount state?
I have never reorg'd a table before (running Oracle 8i, btw).
From my understanding, I can do this one of two ways, either using an oracle or third party tool or command line.
I have a copy of Space Manager (Quest software) and it can be used to create a script to do this. I am just not sure the options I should choose. (pretty sure I would have to create a table in a temp tablespace since the table is large).
I could also export the table, drop it and then import it back into the tablespace. I don't know the options I should use. Also...I know people can't be logged on for this option but do I have to take it offline? Put the database in a mount state?