Hi there,
Is there a way to rebuild all index!
I don't want to do one at a time:
Alter indexrebuild;
or this:
SELECT 'alter index '|| owner||'.'||index_name||' rebuild;'
FROM all_indexes;
Please guide me!!
thanks
|
+ Reply to Thread
Results 1 to 9 of 9
Thread: analyze or rebuild indexes
|
Click Here to Expand Forum to Full Width
|
Bookmarks