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: how to find missing sqltext in an event 10046 tracefile

Re: how to find missing sqltext in an event 10046 tracefile

From: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Mon, 03 Apr 2006 19:34:15 +0200
Message-ID: <44315C97.8050004@roughsea.com>


select table_name
from dictionary
where table_name like 'V$%CURS%'

HTH S Faroult

Paul van den Bogaard wrote:

>All,
>
>in a tracefile generated by setting event 10046 I often find references
>to cursors that have no statement in this tracefile (no corresponding
>'PARSING IN' line).
>Assuming the database is still up and running (and perhaps the session
>that corresponds to this tracefile still exists) how can I find the
>sqltext that belongs to the cursornumber mentioned in the tracefile?
>
>
>Thanks
>Paul.
>
>--
>http://www.freelists.org/webpage/oracle-l
>
>
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Apr 03 2006 - 12:34:15 CDT

Original text of this message

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