Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dbms_alert_info & locks
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';
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
![]() |
![]() |