Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: index status misleading?
Gene,
Perhaps the indexes weren't owned by MYOWNER. Accidentally owned by a different userid?
Cherie Machler
Oracle DBA
Gelco Information Network
Gurelei <gurelei_at_yahoo To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> .com> cc: Sent by: Subject: index status misleading? root_at_fatcity.c om 04/26/02 10:28 AM Please respond to ORACLE-L
Hi all:
Last night I have moved couple of tables from one TS to another. Then I thought I'd check whether I need to rebuild any indices. I ran the following query:
select distinct status from dba_objects
where owner = 'MYOWNER'
Oracle returned I row with value VALID. From that I concluded that there were no indices to be rebuilt. This morning however it turns out that there indeed were indices in UNUSABLE state. What I don't understand is why didn't I see UNUSABLE in the output of my query. Can anyone explain please?
thanks
Gene
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gurelei INET: gurelei_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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-LReceived on Fri Apr 26 2002 - 14:28:32 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Cherie_Machler_at_gelco.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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).
![]() |
![]() |