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: Measuring a session's performance

Re: Measuring a session's performance

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 1997/12/03
Message-ID: <01bd0030$62fdc3b0$294b989e@WORKSTATION>#1/1

You might look at AUDIT SESSION (audit_trail=DB in init.ora). Then query dba_audit_session. This doesn't give you exactly what you asked for,
but I've found it very useful as a cheap starting point for investigating batch costs
or relative benchmark costs.

Nabil Courdy <moab_at_emirates.net.ae> wrote in article <01bcff08$ecf2fd20$afa7aac2_at_msdusr>...
> I want to be able to collect the following stats for the
> duration of an Oracle session:
>
> Elapsed time
> No. of Physical IO reads and writes
> No. of Logical IO reads and writes
> SGA hit/miss ratio
> CPU consumption
>
> What is the universal way to fetch this info. I know I can
> look into the v$filestat and the utlbstat and utlestat to arrive
> at an abundance of performance data. However, I am after
> a straight forward solution since I am benchmarking Oracle
> under different variables and I do not want to run these
> utilities at the end of each sample run.
Received on Wed Dec 03 1997 - 00:00:00 CST

Original text of this message

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