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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Tuning Help - select condition from cdef$ where rowid=:1

Re: Tuning Help - select condition from cdef$ where rowid=:1

From: Egor Starostin <egorst_at_gmail.com>
Date: Fri, 11 Nov 2005 00:30:15 +0600
Message-ID: <f0fc91970511101030q1b877b12tb93e4e61bb2cf7b9@mail.gmail.com>


> These are the stats from the trace file for this statement.
>
> select condition
> from
> cdef$ where rowid=:1
> [...]
> What are the next steps for me to diagnose the issue?
Here's the next step (not a solution though): Find the parent(s) for this recursive statement. tkprof can't display recursive relationship between statements, for this task you need to use a profiler which can display it. Like OraSRP, for example.

--
Egor
http://www.oracledba.ru
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 10 2005 - 12:32:30 CST

Original text of this message

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