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: Drop Index takes longer in Prod than in Test

RE: Drop Index takes longer in Prod than in Test

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Thu, 14 Sep 2006 22:38:34 +0800
Message-id: <028f01c6d80b$74cfc090$06000100@windows01>


If all other things are equal, the problem could be that before dropping, Oracle needs to checkpoint to disk all the dirty buffers belonging to that segment to be dropped. And in production you'll probably have more dirty buffers outstanding than in test.  

Trace the drop operation in live if you can and see on what most of the time goes - if it's local write wait or rdbms IPC reply waiting for CKPT process (v$session_wait.parameter1 = CKPT's oracle PID).  

Or alternatively just make a lot of blocks dirty for the segments in test and see if the drop dime degrades accordingly.  

Tanel.


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Khemmanivanh, Somckit
Sent: Thursday, September 14, 2006 02:33 To: mwf_at_rsiz.com; oracle-l_at_freelists.org Subject: RE: Drop Index takes longer in Prod than in Test

Thanks Mark.  

Version is 9207 Oracle on HPUX.  

TS is LMT but not ASSM.  

The indexes are partitioned, the indexes in question are the foreign key indexes on the Fact Table.  

Please let me know what other info would be helpful.  

Thanks for the suggestion but I can't take the TS offline, other loads are occurring concurrently.  

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 14 2006 - 09:38:34 CDT

Original text of this message

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