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: Strange performance problem

Re: Strange performance problem

From: Babu Nagarajan <orclbabu_at_hotmail.com>
Date: Mon, 30 Sep 2002 12:28:19 -0800
Message-ID: <F001.004DCD30.20020930122819@fatcity.com>


I have seen something like this in the past and it was because there were two tables - named the same in two different schemas (public synonym, private synonym and all that mess)..

Do you know whether this could be the same case as yours?

Also check to see if the explain plan differs when u run it under different schemas.

Babu
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Monday, September 30, 2002 1:33 PM

> I got a call from a customer earlier. He said that he was trying to
> run a query and it was taking way too long. He ran the same query last
> Friday and it came back in seconds. I looked at it in OEM and noticed
> that two of the tables were being accessed by full table scans. These
> tables have 22,000+ and 24,000+ rows each. I took the sql from OEM and
> ran it in a svrmgrl session (connected internal), and it came back in
> seconds. His still hadn't come back.
> To further complicate things, I connected as the owner of the tables
> (the same user he was using) and ran the query again. This time, I
> ended up killing it after 10 minutes. I'm confused as to what can cause
> such a difference in performance from sys to another user. The server
> did crash sometime over the weekend. He said that it was fine before
> the crash. I ran a dbverify on all of the data files and came up with
> nothing.
>
> The vitals are:
>
> Oracle 8.1.6.0.0
> Digital Unix V4.0F (Rev. 1229)
>
> Unfortunately, upgrading Oracle isn't an option because the
> processor is too old. Oracle won't support it on any versions higher
> than 8.1.6. A patchset may be possible, though.
>
> Thank you.
>
> --
> Scott Canaan (srcdco_at_rit.edu)
> (585) 475-7886
> "Life is like a sewer, what you get out of it depends on what you put
> into it." - Tom Lehrer.
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Scott Canaan
> INET: srcdco_at_ritvax.rit.edu
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Babu Nagarajan
  INET: orclbabu_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Sep 30 2002 - 15:28:19 CDT

Original text of this message

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