...
Text | Picture |
---|---|
Labels |
...
The Content Server has a high Average Request Time. All Request are Very Slow. Usualy the Thread count going up.
Sources of Errors
Database Locks of Tables
Oracle Database
Select for Database Lock
Code Block select (select username from v$session where sid=a.sid) blocker, a.sid, ' is blocking ', (select username from v$session where sid=b.sid) blockee, b.sid from v$lock a, v$lock b where a.block = 1 and b.request > 0 and a.id1 = b.id1 and a.id2 = b.
...
Resolution
Tracking Number
Legacy Article ID
...
id2;
Solution: → Contact your DB Admin he can Remove the Lock.
SQL
To many request from the Clients
Waiting Waiting…