Oracle Database Hang [message #60085] |
Thu, 15 January 2004 02:25 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Giuseppe
Messages: 11 Registered: December 2001
|
Junior Member |
|
|
Hello everyone,I have a problem with an Oracle database 8.1.7.I have two database and I have a replication between them.One of them is a database server for a web application developed with ASP linguage and MTS tecnologies.Twice a day the DB Server go in hang state.Can I have a list of causes of an hang of database?
Thanks in advance
Giuseppe
|
|
|
Re: Oracle Database Hang [message #60093 is a reply to message #60085] |
Thu, 15 January 2004 06:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Hi
there can be tons of reasons why a database would hang or appear to hang..
You will need to generate a list of all programs/queries that touch the database when this happens. Looking for locks,alert.log errors,trace files,top session(cpu , logical reads etc), statspack during this duration, drilling down through v$session_Event,v$session_wait are some of the things you can do.
-Thiru
|
|
|
|