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

Home -> Community -> Mailing Lists -> Oracle-L -> 10046 Trace file questions

10046 Trace file questions

From: Daniel Fink <daniel.fink_at_sun.com>
Date: Thu, 26 Jun 2003 08:06:59 -0700
Message-ID: <F001.005BA553.20030626073534@fatcity.com>


I am reviewing a 10046 trace file and have come across several questions (actually more like hypothesis that I want to confirm).

  1. The first user statement executed waits only on SQL*Net to/from client and does not wait on any db file activity. I presume this means that the data was found in the buffer cache and did not have to be read on disk.
  2. The next user statement is preceeded by a recursive query on view$. The user statement accesses a view, so this recursive query is part of the object resolution phase of parsing.
  3. This 3rd user statement has a substantial number of waits on db file activities. This indicates disk access.
  4. A subsequent statement has several space management (activity on fet$ and uet$) activities. The tablespace/file that is passed in as a bind variable are associated with a 'temp' tablespace. However, the tablespace is set up as dictionary managed. This indicates that sorting is being done by this operation and that the sort segment space management is being tracked in the data dictionary.

Thoughts?begin:vcard
n:Fink;Daniel
tel;cell:303.808.3282
tel;work:303.272.3225
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:DB Services Lead
x-mozilla-cpt:;-4832
fn:Daniel Fink
end:vcard Received on Thu Jun 26 2003 - 10:06:59 CDT

Original text of this message

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