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 -> Losing signal from DBMS_ALERT

Losing signal from DBMS_ALERT

From: Senthil Kumar <skumar_at_scotch.cs.mci.com>
Date: Wed, 10 Jun 1998 04:37:37 GMT
Message-Id: <slrn46ns3d8.kmj.skumar@scotch.mcit.com>


Let us assume that I have some trigger associated with some table which signals on inserts updates and deletes.

I have an application in Pro*C, which waits for this signal.

Let us assume that I get a signal and I do some processing on this signal.

What happens when the trigger raises another signal while I am processing the first signal.

My understanding is that I will simply lose the second signal.

Is this correct? How do I go about getting rid of this problem?

Basically, I do not ever want to miss changes to the table in question.

thanks,
Senthil

PS: Please do not reply to my email address, because I am sure it is not correct. Received on Tue Jun 09 1998 - 23:37:37 CDT

Original text of this message

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