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

Home -> Community -> Mailing Lists -> Oracle-L -> object names in 10046 trace

object names in 10046 trace

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Thu, 1 Dec 2005 16:35:42 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4503D3FE31@NT15.oneneck.corp>


Anyone know why sometimes a 10046 trace records object ID numbers and other times it records the object name? Below is an example of both for the same query in the same trace file (parsed in two different cursors) on Oracle 9.2.0.5 running on AIX 5.2:

STAT #22 id=21 cnt=27 pid=4 pos=2 obj=7511 op='TABLE ACCESS BY INDEX ROWID TTDSLS041210 '
STAT #22 id=22 cnt=27 pid=21 pos=1 obj=9756 op='INDEX UNIQUE SCAN TTDSLS041210$IDX1 '
STAT #22 id=23 cnt=0 pid=2 pos=2 obj=7511 op='TABLE ACCESS BY INDEX ROWID TTDSLS041210 '
STAT #22 id=24 cnt=0 pid=23 pos=1 obj=9756 op='INDEX RANGE SCAN TTDSLS041210$IDX1 '

STAT #37 id=21 cnt=0 pid=4 pos=2 obj=7511 op='TABLE ACCESS BY INDEX ROWID OBJ#(7511) '
STAT #37 id=22 cnt=0 pid=21 pos=1 obj=9756 op='INDEX UNIQUE SCAN OBJ#(9756) '
STAT #37 id=23 cnt=0 pid=2 pos=2 obj=7511 op='TABLE ACCESS BY INDEX ROWID OBJ#(7511) ' STAT #37 id=24 cnt=0 pid=23 pos=1 obj=9756 op='INDEX RANGE SCAN OBJ#(9756) '

I tried to find the answer on Metalink and Google, but no luck.

Thanks,
Brandon

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 01 2005 - 17:37:51 CST

Original text of this message

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