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: Performance issue on table queries on increasing size of unrelated tables

Re: Performance issue on table queries on increasing size of unrelated tables

From: <bchorng_at_yahoo.com>
Date: 31 May 2005 13:57:50 -0700
Message-ID: <1117573070.496829.267180@f14g2000cwb.googlegroups.com>


I wouldn't jump into the conclusion that these 2 are related. On one side, you have a problem of increased execution time. On the other, you have some unrelated tables growing in size.

How do you know they are related? To me these are merely 2 separate observations.

If this is true then we can attribute all DB performance issues to "some tables growing in size" as almost every single database in the world has some tables always "growing in size".

I think they are most likely irrelevent and suggest you should look into v$session_event or trace the questioned session to find out how it spends its time.

Your problem may not even be in the database at all. Just because your execution time from the Apps becomes longer does not mean they all wind up in DB time. Received on Tue May 31 2005 - 15:57:50 CDT

Original text of this message

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