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

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

Re: tracing

From: Eggie <eggie_at_nospam.com>
Date: Thu, 2 Aug 2001 17:30:18 +0200
Message-ID: <9kbrle$2e9o$1@beast.euro.net>

thanks but can I download designer or so?

--
Egbert Nierop


"Billy Verreynne" <vslabs_at_onwe.co.za> wrote in message
news:9kbk75$d0p$1_at_ctb-nnrp1.saix.net...

> "Eggie" <eggie_at_nospam.com> wrote
> >
> > Is it possible and if yes, how, to trace connections and
> > psql s statements on a Oracle 8i personal server?
>
> Network connections can be traced by turning on the trace option in the
> listener.ora configuration. This will give you who connected, what
connection
> strings were used and so on. Only really useful when troubleshooting.
>
> Oracle connections (sessions is a more correct term) can be "traced" via
the
> V$SESSION and V$PROCESS views. Enabling auditing is also an option.
>
> You can by default look at active SQL statements using the V$ and DBA
views. But
> these are not intended for tracing and debugging SQL - more of a look-see
when
> running into processes that are giving performance problems, to determine
the
> current SQL and so on.
>
> For debugging and tracing PL/SQL statements, you can use something the
PL/SQL
> development tool that comes with Developer 2000. Years since I last used
it, but
> it was pretty nifty at the time and included a step-by-step integrated
debugger
> (very useful when you first start to bash you knees and head against
PL/SQL.
>
> --
> Billy
>
>
Received on Thu Aug 02 2001 - 10:30:18 CDT

Original text of this message

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