Database Tuning (MOSC)

MOSC Banner

very urgent issue regarding qury become slow

edited Sep 12, 2010 9:49PM in Database Tuning (MOSC) 5 commentsAnswered
 hi we hae query which worked fine.but it is about 2 days which it's perfomance has been increased about 15 min while before it responced in less than 1 min.

query

SELECT /*+INDEX (table_name INDX)*/
       MIN (col1)
  FROM tps01_cards
 WHERE col1 = 'xx'
   AND col2 = 2010
   AND col3 = 0
   AND col4 > 7777

the only change which was made was due to error ORA-01628: max # extents (32765) reached for rollback segment _SYSSMU11 we created another undo tbs.
and it has too much space.but query has been slow down extremely.

i need to mention
SELECT /*+INDEX (table_name INDX)*/
*
  FROM tps01_cards
 WHERE col1 = 'xx'
   AND col2 = 2010

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center