QUESTION POSED ON: 08 October 2009
We have been performing table reorg for the last couple weeks on an OLTP system, taking a few tables at a time. We are doing this to eliminate fragmentation at the table level, as we have been archiving these tables.
We are performing the following steps for reorg:
1> alter table t move;
2> alter index i rebuild;
Do we need to recreate all the concerned VIEWS for these tables?
|