Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: TKPROF
neither did I till I read it in , I think, Cary's book.
It is of course in TFM
SORTS
Sorts traced SQL statements in descending order of specified sort
option before listing them into the output file. If more than one
option is specified, then the output is sorted in descending order by
the sum of the values specified in the sort options. If you omit this
parameter, then TKPROF lists statements into the output file in order
of first use. Sort options are listed as follows
On 9/6/06, Baumgartel, Paul <paul.baumgartel_at_credit-suisse.com> wrote:
>
>
> I thought I knew tkprof well, but I never knew that the sort effectively
> means sort by the sum of these 3 not by each in turn. Thanks, Niall.
>
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On
> Behalf Of Niall Litchfield
> Sent: Wednesday, September 06, 2006 11:55 AM
> To: danielwfink_at_yahoo.com
> Cc: crcbedoy_at_proteccion.com.co; oracle-l_at_freelists.org
> Subject: Re: TKPROF
>
> Almost exactly my preferences. I tend to add in a record=sqlfilename as
> well. I find this can help me understand the transactions a wee bit better
> often.
>
> To the OP what Daniel's command will give you is user issued SQL ( i.e no
> recursive sql) in descending elapsed time order (the sort effectively means
> sort by the sum of these 3 not by each in turn) and with wait information
> detailed (assuming you captured it in the trace).
>
> cheers
>
> Niall
>
>
>
> ==============================================================================
> Please access the attached hyperlink for an important electronic
> communications disclaimer:
>
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
> ==============================================================================
>
>
>
>
-- Niall Litchfield Oracle DBA http://www.orawin.info -- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 06 2006 - 12:41:51 CDT
![]() |
![]() |