DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Database hang!!!

  1. #1
    Join Date
    Jan 2001
    Posts
    23

    Hi all,
    Consider the following scenario.

    In a production environment, the database is functioning properly for a couple of weeks/months. One fine morning, you receive complaints that the response is very, very slow and almost still!

    What are the probable reasons for the database to go dead, considering that you have a stable network?

    Nanda.



  2. #2
    Join Date
    Mar 2001
    Posts
    18
    If you are in archivelog mode, check the destination for the archive logs is not full. The alert log will tell you if the archiver cannot archive one of the online logs.

    Dave

  3. #3
    Join Date
    Jul 2000
    Posts
    243
    1. check OS level data (cpu, zombi, io ...). i would start there. gust ps -l or top.
    2. check db memory functions like buffer chach hit, io and stuff like that.
    3. check for problems in datafiles like fragmentation.
    4. if you are useing raid, check there.

    and a lot more.

  4. #4
    Join Date
    Nov 2000
    Posts
    212
    investigate wait events first

  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well do you analyze your objects at all durng that *2* months?
    if you have I would trace a session and check the sql trace

  6. #6
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    Try to bounce the db. Also check for network bottlenecks. Optionally, run the utlb/estat.sql

  7. #7
    Join Date
    Dec 2000
    Location
    Washington DC
    Posts
    42

    Help is here

    Halo,

    There is no single correct answer for your problem and the vast majority of what could be wrong is far to long to list or summarize.

    I would like to speak with you further about your slowness issue. I'm available for on-site consulation. Please contact me at hinermak@datainteraction.com.

    Ken
    Ken Hinerman
    Data Interaction
    DBASupport@datainteraction.com

  8. #8
    Join Date
    Apr 2000
    Posts
    126

    Wink

    There is a bulletin on metalink.oracle.com, Diagnosing Database Hanging Issues, that describes the methods and tools used in diagnosing database hanging issues and performance issues.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width