Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: script for detect user blocking problem

Re: script for detect user blocking problem

From: roobaron <member_at_dbforums.com>
Date: Mon, 21 Oct 2002 01:12:16 +0000
Message-ID: <1951511.1035162736@dbforums.com>

Mate you are going to load up your database running a lock check script every 10 seconds.

There is either a problem with the app
or you could modify the table parameters if you are going to have a massive number of concurrent users locking the table.

Query the v$sysstat to check to see how bad the locks (enqueues) are... Also having a look at what sessions are waiting on, as it might indicate that
locks are not the problem.

Have Fun

--
Posted via http://dbforums.com
Received on Sun Oct 20 2002 - 20:12:16 CDT

Original text of this message

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