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!

What if ALTER TABLE... MOVE fail ?

rahulrasJul 12 2012 — edited Jul 13 2012
Hi All,

Oracle v11.2.0.3

I have a big index organized table. Recently, due to some business logic change, as a one-off activity, we have deleted more than half of the data in there.
Now to make it efficiant for read, I am planning to do ALTER TABLE...MOVE on that IOT, to make it compact (as its mainly used for read and rarely updated).

When I am running ALTER TABLE... MOVE, for some un-imaginable reason, if the alter command failed. I am assuming the original IOT will NOT be affected and will be available for normal use. Am I correct ?

Any idea how this operation is done internally? does it use TEMP space?

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2012
Added on Jul 12 2012
4 comments
1,417 views