Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
QuestionRe: ORA-00603: ORACLE server session terminated by fatal error Pin
Jörgen Andersson13-Apr-11 7:30
professionalJörgen Andersson13-Apr-11 7:30 
AnswerRe: ORA-00603: ORACLE server session terminated by fatal error Pin
Ish Kapila13-Apr-11 7:42
Ish Kapila13-Apr-11 7:42 
GeneralRe: ORA-00603: ORACLE server session terminated by fatal error Pin
Wendelius13-Apr-11 7:42
mentorWendelius13-Apr-11 7:42 
GeneralRe: ORA-00603: ORACLE server session terminated by fatal error Pin
Ish Kapila13-Apr-11 8:00
Ish Kapila13-Apr-11 8:00 
GeneralRe: ORA-00603: ORACLE server session terminated by fatal error Pin
Wendelius13-Apr-11 8:12
mentorWendelius13-Apr-11 8:12 
GeneralRe: ORA-00603: ORACLE server session terminated by fatal error [modified] Pin
Klaus-Werner Konrad13-Apr-11 12:03
Klaus-Werner Konrad13-Apr-11 12:03 
QuestionSQL Server ASPState Blocking under high load Pin
MecAlex13-Apr-11 4:57
MecAlex13-Apr-11 4:57 
AnswerRe: SQL Server ASPState Blocking under high load Pin
Wendelius13-Apr-11 5:07
mentorWendelius13-Apr-11 5:07 
The first thing os to start monitoring, what happens in the database.

Open Management Studio and check the Activity Monitor. Based on your symptoms search for processes that have a value in "Blocked By" -column. Since this sounds like it could be a locking problem see if the processes are waiting for lock releases. If you find those, you can search for the process having a value in "Head Block" column, this would be the one (or several) process causing the situation. If you find such process, have a look at the details, what is it doing. This helps to find the problem source in the calling code.

Also check memory and CPU usage,are they extremely high.
The need to optimize rises from a bad design.My articles[^]

GeneralRe: SQL Server ASPState Blocking under high load Pin
MecAlex13-Apr-11 5:28
MecAlex13-Apr-11 5:28 
GeneralRe: SQL Server ASPState Blocking under high load Pin
Wendelius13-Apr-11 5:34
mentorWendelius13-Apr-11 5:34 
AnswerRe: SQL Server ASPState Blocking under high load [modified] Pin
MecAlex14-Apr-11 22:34
MecAlex14-Apr-11 22:34 
GeneralRe: SQL Server ASPState Blocking under high load Pin
Wendelius15-Apr-11 9:43
mentorWendelius15-Apr-11 9:43 
Questionrealtime update needing [modified] Pin
mersad0013-Apr-11 1:10
mersad0013-Apr-11 1:10 
AnswerRe: realtime update needing Pin
Corporal Agarn13-Apr-11 2:46
professionalCorporal Agarn13-Apr-11 2:46 
GeneralRe: realtime update needing Pin
mersad0014-Apr-11 3:25
mersad0014-Apr-11 3:25 
GeneralRe: realtime update needing Pin
Corporal Agarn14-Apr-11 3:52
professionalCorporal Agarn14-Apr-11 3:52 
GeneralRe: realtime update needing Pin
mersad0014-Apr-11 8:45
mersad0014-Apr-11 8:45 
AnswerRe: realtime update needing Pin
Wendelius13-Apr-11 5:17
mentorWendelius13-Apr-11 5:17 
QuestionSSAS , No connection could be made because the target machine actively refused it Pin
irfanhaleem@hotmail.com12-Apr-11 22:09
irfanhaleem@hotmail.com12-Apr-11 22:09 
AnswerRe: SSAS , No connection could be made because the target machine actively refused it Pin
Wendelius13-Apr-11 5:18
mentorWendelius13-Apr-11 5:18 
AnswerRe: SSAS , No connection could be made because the target machine actively refused it Pin
S Douglas28-Apr-11 10:55
professionalS Douglas28-Apr-11 10:55 
QuestionHow Do I display current date and time in Toad for Oracle? Pin
Justiin126512-Apr-11 9:45
Justiin126512-Apr-11 9:45 
AnswerRe: How Do I display current date and time in Toad for Oracle? Pin
Wendelius12-Apr-11 10:54
mentorWendelius12-Apr-11 10:54 
AnswerRe: How Do I display current date and time in Toad for Oracle? Pin
Jörgen Andersson12-Apr-11 20:51
professionalJörgen Andersson12-Apr-11 20:51 
AnswerRe: How Do I display current date and time in Toad for Oracle? Pin
Prasanta_Prince13-Apr-11 1:29
Prasanta_Prince13-Apr-11 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.