Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> "Bad" object ids in x$bh?

"Bad" object ids in x$bh?

From: Steve Rospo <srospo_at_watchmark.com>
Date: Mon, 01 Dec 2003 13:29:36 -0800
Message-ID: <F001.005D8582.20031201132936@fatcity.com>

Anybody know what the blocks in x$bh are that don't map to rows in DBA_OBJECTS? I have 172 objects in x$bh that I can't account for.

SQL> SELECT count(obj), count(object_id)   2 FROM (SELECT DISTINCT bh.obj, ob.object_id

  3        FROM sys.x_$bh bh,
  4             dba_objects ob
  5        WHERE bh.obj = ob.object_id(+));

COUNT(OBJ) COUNT(OBJECT_ID)

---------- ----------------
      2243             2071



--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Steve Rospo
  INET: srospo_at_watchmark.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 Mon Dec 01 2003 - 15:29:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US