rebuilding an index [message #62241] |
Tue, 06 July 2004 22:16 |
vadlamani
Messages: 39 Registered: November 2003
|
Member |
|
|
How to rebuild an index fastly.
Is there any option like where the index is re-built using the existing index.
ALTER INDEX.. REBUILD USING...
thanks
vadlamani
|
|
|
Re: rebuilding an index [message #62243 is a reply to message #62241] |
Wed, 07 July 2004 02:00 |
Daljit Singh
Messages: 290 Registered: October 2003 Location: Texas
|
Senior Member |
|
|
Hi,
I think u urself has mentioned the solution for ur own problem. Means u can use ALTER INDEX IND_NAME REBUILD to rebuild an existing index. U can also use tablespace clause to move it to some another tablespace. And to make it fast u can rebuild it using parallel option.
Daljit Singh
|
|
|
|