Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: WHEN TO REBUILD
Just use an adaptation of the script I posted (in January 2004) to
detect tables that need to be reorganized:
select owner, object_name from dba_objects where object_type like 'INDEX%' and status like 'REBUILD%' /
:-)
Seema Singh wrote:
> Hi,
> Does any one has script to findout which indexes need to rebuild in database
> in single run?
>
-- Regards Wolfgang Breitling Centrex Consulting Corporation www.centrexcc.com -- http://www.freelists.org/webpage/oracle-lReceived on Wed Jun 08 2005 - 14:05:09 CDT
![]() |
![]() |