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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: PL/SQL Wrapper Costs

RE: PL/SQL Wrapper Costs

From: Koppelaars, Toon <T.Koppelaars_at_centraal.boekhuis.nl>
Date: Tue, 19 Jun 2007 16:53:50 +0200
Message-ID: <1247DEDC2684644C93827EB6FDF47F9A018EDB73@SRVEVS1.boekhuis.nl>


Peter,

>>"so I don't think there is much user wait time in here."

The tracefile clearly shows that of the 600 seconds covered by it (the tracefile), the majority - 391 seconds - was spent at the client-side (ie. not in the dbms, but user wait/think time).

>>"I am beginning to think that its the shear volume of calls thats the
real killer here."

The shear volume of calls is indeed the killer for the remaining 209 seconds...
(this, btw, is also a problem in a typical Java-centric architected application: the number of calls from the middle tier to the database tier is killing perfomance).

Toon

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 19 2007 - 09:53:50 CDT

Original text of this message

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