Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: table reorganizations
SQL> select owner, object_name from dba_objects
2 where object_type like 'TABLE%' and status like 'NEEDS REORG%'
no rows selected
which obviously tells me that my system is fine. No reorgs required.
At 12:59 PM 1/7/2004, you wrote:
>Lemme guess: you just started on your new job as a DBA? You are
>another person to which can only wholeheartedly recommend Jonathan's book.
>As for your questions, the answer is "42".
>
>On 01/07/2004 02:39:26 PM, "Shrake, Jolene" wrote:
> > What SQL statement do you use to identify tables that need
> > reorganization?
> >
Wolfgang Breitling
Oracle7, 8, 8i, 9i OCP DBA
Centrex Consulting Corporation
http://www.centrexcc.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Wolfgang Breitling INET: breitliw_at_centrexcc.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 07 2004 - 14:19:42 CST
![]() |
![]() |