Ask a Question related to Oracle Server, Design and Development.
-
Scott Ashby #1
Database is extremely slow
I have an Oracle 7.3.4.4 database that is experiencing extremely slow
response times in the past few days. I know that one of the tables
had as many as 3,000,000 rows, but over the past week some of the
information has been purged, so now there are about 2,200,000 rows;
other tables have also been drastically reduced in row count. Last
night, I updated statistics (hoping it might make a difference), but
unfortunately, we don't observe any real difference.
I have two questions:
1. The Optimizer_Mode parameter for Oracle is set to RULE. Does this
mean that the server does not rely on statistics stored in the catalog
when it is putting together the execution plan for a query? I am
considering changing this to CHOOSE. Can I do this without having an
adverse effect on performance or changing query results?
2. Should I go ahead and rebuild the indexes on the tables that I
know have been radically reduced in row count?
This system has never performed well, it is running on older, obsolete
hardware and software, and a replacement system for it has been
targeted and is being tested as I write this, but does anyone out
there have any specific recommendations that I could try to help our
current situation?
Thanks,
Scott Ashby
DBA
Swedish Match North America
Scott Ashby Guest
-
#39968 [NEW]: date() is extremely slow
From: katzenmayer at erfnet dot de Operating system: Debian Sarge PHP version: 5.2.0 PHP Bug Type: Performance problem Bug... -
Net::SSH::Perl extremely slow?
I have a simple perl script that connects to a remote machine and executes a command. Net::SSH::Perl seems etremely slow, but I've tried it on 2... -
Extremely Slow Printing in 6.01
Thanks for your response. That doesn't seem to help though. Whereabouts are the "issues regarding post script vs. PCL" that you mention? ... -
Extremely Slow WebService
My web service is running extrememly slow when consumed in Excel VBA (using MS Office XP Web Services toolkit to add a Web Reference to ws). I'm... -
Extremely slow wireless connection over 802.11b
First take a look at the Netgear router. Make sure that it is set up to handle the highest speed it is capable of. I use a LinkSys and there is a... -
Noons #2
Re: Database is extremely slow
"Scott Ashby" <Scott.Ashby@SMNA.com> wrote in message
news:bd74662.0306250453.f13d73f@posting.google.com ...
Ah OK. No point going into details, then.> I have an Oracle 7.3.4.4 database that is experiencing extremely slow
Most likely no.> 1. The Optimizer_Mode parameter for Oracle is set to RULE. Does this
> mean that the server does not rely on statistics stored in the catalog
> when it is putting together the execution plan for a query? I am
> considering changing this to CHOOSE. Can I do this without having an
> adverse effect on performance or changing query results?
Yes.>
> 2. Should I go ahead and rebuild the indexes on the tables that I
> know have been radically reduced in row count?
Hurry up then.>
> This system has never performed well, it is running on older, obsolete
> hardware and software, and a replacement system for it has been
> targeted and is being tested as I write this, but does anyone out
--
Cheers
Nuno Souto
[email]wizofoz2k@yahoo.com.au.nosp[/email]am
Noons Guest
-
Niall Litchfield #3
Re: Database is extremely slow
"Scott Ashby" <Scott.Ashby@SMNA.com> wrote in message
news:bd74662.0306250453.f13d73f@posting.google.com ...Yes, and You dont know without trying it. However 7.3.4 was pretty much the> I have an Oracle 7.3.4.4 database that is experiencing extremely slow
> response times in the past few days. I know that one of the tables
> had as many as 3,000,000 rows, but over the past week some of the
> information has been purged, so now there are about 2,200,000 rows;
> other tables have also been drastically reduced in row count. Last
> night, I updated statistics (hoping it might make a difference), but
> unfortunately, we don't observe any real difference.
>
> I have two questions:
>
> 1. The Optimizer_Mode parameter for Oracle is set to RULE. Does this
> mean that the server does not rely on statistics stored in the catalog
> when it is putting together the execution plan for a query? I am
> considering changing this to CHOOSE. Can I do this without having an
> adverse effect on performance or changing query results?
first production release with a CBO in it. So you'd be changing from a
mature technology to a 1.x technology. Guess which is likely to be more
reliable.
Yes.> 2. Should I go ahead and rebuild the indexes on the tables that I
> know have been radically reduced in row count?
As to recommendations, find out when the problem started and if this
coincides with any significant changes.
--
Niall Litchfield
Oracle DBA
Audit Commission UK
Niall Litchfield Guest
-
Sybrand Bakker #4
Re: Database is extremely slow
On Wed, 25 Jun 2003 17:20:38 +0100, "Niall Litchfield"
<n-litchfield@audit-commission.gov.uk> wrote:
Completely incorrect. CBO was available from 7.1. However it was so>However 7.3.4 was pretty much the
>first production release with a CBO in it
lousy at that time that no one used. Stating though 7.3.4 is the first
release with CBO 1.x in it is just plain untrue.
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address
Sybrand Bakker Guest
-
Jan Gelbrich #5
Re: Database is extremely slow
"Scott Ashby" <Scott.Ashby@SMNA.com> schrieb im Newsbeitrag
news:bd74662.0306250453.f13d73f@posting.google.com ...In addition to what the other posters said:> I have an Oracle 7.3.4.4 database that is experiencing extremely slow
> response times in the past few days. I know that one of the tables
> had as many as 3,000,000 rows, but over the past week some of the
> information has been purged, so now there are about 2,200,000 rows;
> other tables have also been drastically reduced in row count. Last
> night, I updated statistics (hoping it might make a difference), but
> unfortunately, we don't observe any real difference.
>
> I have two questions:
>
> 1. The Optimizer_Mode parameter for Oracle is set to RULE. Does this
> mean that the server does not rely on statistics stored in the catalog
> when it is putting together the execution plan for a query? I am
> considering changing this to CHOOSE. Can I do this without having an
> adverse effect on performance or changing query results?
>
> 2. Should I go ahead and rebuild the indexes on the tables that I
> know have been radically reduced in row count?
>
it is not only the indexes to rebuild, but also
the tables themselves also (ALTER TABLE xyz MOVE), as the High Water Mark
remains up when
deleting large data portions of it, and so e.g. a COUNT(*) would just take
the same time as if no rows were deleted. Unfortunately, I think that MOVE
is only available from 8i on ...
hth, Jan
Jan Gelbrich Guest



Reply With Quote

