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: Help me : urgent

Re: Help me : urgent

From: Terry Sutton <terrysutton_at_usa.net>
Date: Mon, 17 Jul 2006 11:01:46 -0700
Message-ID: <322501c6a9cb$c90d8700$3503010a@TerrySutton>


Sachin,

While everyone is correct that you need to solve the deadlock issue, you may not be able to solve that immediately (because app code needs to be changed). A problem that accompanies deadlocks is that a latch is held while the trace file for the deadlock is written, and this can hold up your entire database/application. A workaround is to set your max_dump_file_size to something fairly small (e.g., 100K) so that writing the trace file doesn't take so long and the latch is released sooner.

--Terry

  hi

  problem is that , Database stop respone to application Server but still it   is giving response to Toad and others things .this problem we faced two times   in production database and also Database Shutdown abort still   not worked properly and after restrarting database it;s start response to   database setver

  Problem in Alert Log file -

  Mon Jul 10 13:12:24 2006
  ORA-000060: Deadlock detected. More info in file d:\database\udump\vvvS001.TRC.

  PMON failed to acquire latch, see PMON dump   Wed Jul 12 20:43:19 2006
  ORA-000060: Deadlock detected. More info in file d:\database\udump\lotteryS002.TRC.

  PMON failed to acquire latch, see PMON dump   Wed Jul 12 20:51:15 2006
  ORA-000060: Deadlock detected. More info in file d:\database\udump\lotteryS000.TRC.

  With Regards

  Sachin Sethi

--

http://www.freelists.org/webpage/oracle-l Received on Mon Jul 17 2006 - 13:01:46 CDT

Original text of this message

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