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

Home -> Community -> Mailing Lists -> Oracle-L -> dbms_alert_info & locks

dbms_alert_info & locks

From: Alroy Mascranghe <alroy_at_informatics.lk>
Date: Tue, 09 Apr 2002 20:03:30 -0800
Message-ID: <F001.004403CF.20020409200330@fatcity.com>


Hi All

We have a Pro C daemon which does a DBMS_aLERT.'waitone' for a specific alert. From the database side applications do a signal to start the daemon. So we have a locking situation where we found out that the rows in sql area for two different users were the same

        UPDATE DBMS_ALERT_INFO SET CHANGED='Y',MESSAGE=:b1 WHERE NAME = UPPER(:b2)
And when we queried the rowid which was locked by the users they were all waiting on this row

	select * from DBMS_ALERT_INFO where
	rowid= 'AAAAZwAABAAAAVUAAB';

What is the reason for this to caused locks ?

Thanks
Alroy
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Alroy Mascranghe
  INET: alroy_at_informatics.lk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Apr 09 2002 - 23:03:30 CDT

Original text of this message

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