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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Database Performance

Re: Database Performance

From: Jacques Desmazieres <jacques.desmazieres_at_is2france.com>
Date: 2000/06/26
Message-ID: <crH55.2952$GU5.9387028@nnrp1.proxad.net>#1/1

Not sure it is the real problem. Before trying to find such a low level problem, the first thing to do is to do an audit of indexes, SLQ statements (using explain plan). When you have validated those points, then you can check if the configuration is Ok. First, check that indexes and data are on seperate disks (in order to allow a parallel access), disable audit / trace options, ...

But really the first thing to do is the Explain plan of the SQL statement to check how Oracle process the query.

An other point, I suppose your are using the statistic optimiser, so check that the statistics are up-to-date

Jacques Desmazières

<kskasi_at_hotmail.com> wrote in message news:39570A55.FF6B8F54_at_hotmail.com...
> Hello everyone
>
> The problem is that, the biggest table we have in our system has got
> only about 50,000 records. But the system seems to be slow even with
> those many records. Our DBA feels that enough space wern't alloted to
> the tables and they might be sitting in multiple extends. I had a look
> at the extends and I did notice that there are about 7 - 10 extends for
> the big table and some of the indexes. According to him, if there are
> more number of extends then oracle has to search through all the extends
> which takes more time. I had a look at Oracle documentation and it
> dosen't mention about this at all. I just want a second opinion on this
> before I drop the tables and recreate them with enough space. I guess I
> can rebuild the indexes with enough space but the tables has to be
> dropeed and reloaded. Any help would be appreciated
>
> Cheers...kasi
>
Received on Mon Jun 26 2000 - 00:00:00 CDT

Original text of this message

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