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: How do I to find the insert rate?

Re: How do I to find the insert rate?

From: Svend Jensen <Svend_at_OracleCare.Com>
Date: Fri, 24 May 2002 19:47:42 +0200
Message-ID: <3CEE7CBE.10809@OracleCare.Com>


Chin-Sim Kang wrote:

> Hi,
>
> We are using Oracle 9.0.1 on Tru64 Unix 5.1 and running tests on our ODS. We
> have a test driver that does a large number of inserts in batches of 100
> inserts at a time. The insert statement is only parsed once for each user.
> How do I find out what the insert rate is? Would it be captured in one of the
> v$ tables?
>
> The idea is to create a custom chart in the Performance Manager so that a
> graphical representation of the insert rate can be displayed while the test is
> running. There is a chart in the Performance Manager that is labeled inserts.
> However, I found out that it gets it's data from the v$session table which
> counts the number of times the statment is parsed, in this case, once. Hence,
> it is of no use to us for our particular situation.
>
> I would appreciate any help in trying to find out the insert rate using a
> simple SQL statement. Thanks in advance.
>
> Chin-Sim
>
>

Try with number of executions from v$sql_area or v$sql

/svend jensen Received on Fri May 24 2002 - 12:47:42 CDT

Original text of this message

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