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

Home -> Community -> Usenet -> c.d.o.misc -> Re: tracing SQL

Re: tracing SQL

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 02 Aug 2004 19:08:07 -0700
Message-ID: <1091498921.343061@yasure>


Jose wrote:

> Hello,
>
> I'm a bit new to Oracle. We have Oracle 9 on Win2000.
>
> I'd like to trace (ala SQL profiler) the fully formed SQL in and out
> of our database, from a start and end time (and optionally, some info
> on execution time)
>
> how do i do this? i cant see to find good oracle support for this
> sort of thing.
>
> Thanks.

The ability in Oracle goes far beyond what SQL Server can do. But, as you might expect, it requires some effort on your part.

The first thing you have to do is read up on the subject.

Look up the following topics at:
http://tahiti.oracle.com
and/or
http://www.psoug.org (click on Morgan's Library)

EXPLAIN PLAN
TKPROF
TRACE
TRACE ANALYZER

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon Aug 02 2004 - 21:08:07 CDT

Original text of this message

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