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

Home -> Community -> Usenet -> c.d.o.server -> Re: The deadlock graph and objn.

Re: The deadlock graph and objn.

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Thu, 12 Aug 2004 19:16:15 +0200
Message-ID: <411ba55c$0$7231$626a14ce@news.free.fr>

"Galen Boyer" <galenboyer_at_hotpop.com> a écrit dans le message de news:u1xicfp6f.fsf_at_standardandpoors.com...
> Oracle 9i, W2K.
>
> The snippet I'm interested in is the following:
>
> Session 18: obj - rowid = 000887D8 - AAAAAAAALAAAANCAAA
> (dictionary objn - 559064, file - 11, block - 834, slot - 0)
> Session 9: obj - rowid = 0008824E - AAAAAAAALAAAAGIAAA
> (dictionary objn - 557646, file - 11, block - 392, slot - 0)
>
> Here is my SQL:
>
> SQL> select object_id, owner, object_name from dba_objects where object_id in (559064,557646);
>
> OBJECT_ID OWNER OBJECT_NAME
> ---------- -------------------- ----------------------------------------
> 559064 GRERS PROPERTY_B
>
> The objn of 557646 doesn't bring back anything. What type of
> object would this be, or is objn not the object_id found in
> dba_objects?
>
> --
> Galen Boyer

Use data_object_id instead of object_id.

-- 
Regards
Michel Cadot
Received on Thu Aug 12 2004 - 12:16:15 CDT

Original text of this message

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