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: Chronic Performance Problems

Re: Chronic Performance Problems

From: Richard 'Frog' Barrott <u952297_at_student.canberra.edu.au>
Date: Fri, 24 Jul 1998 02:08:01 GMT
Message-ID: <Pine.SOL.3.95.980724120439.5290A-100000@student.canberra.edu.au>


On Thu, 23 Jul 1998, Eoin Murphy wrote:

> We've a new system Oracle 7.3 with a VB front end. If one user is using
> the system it's fine but when another logs on everything takes twice as
> long and with three users three times and so on. It doesn't appear to
> queue requests but merely slows all down.
> The VB front end logs all users into Oracle using one ID but testing
> with more than one ID didn't appear to yield any performance
> improvement.
> We're using NT Server and Oracle objects.
> Is there some setting we should be looking at?

One of the simplest things to check is the DB_BLOCK_BUFFERS variable in init<SID>.ora, where <SID> is the SID of your instance. The default value for this is quite small and inadequate for anything but small databases. Also, look through the Oracle documentation in regards to application tuning - An key issue is that the order of the parts of a query can make a big difference to its perfomance.
Try to have the most selective clauses first.
>
> -Eoin.
>
>
>

Received on Thu Jul 23 1998 - 21:08:01 CDT

Original text of this message

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