Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Notification of data changes
On Tue, 19 Mar 2002 21:18:56 -0500, Rondo wrote:
> I have a situation where one or more Win32 client applications are
> viewing database data live. Is there some way we can get the Oracle
> server to notify the clients that an insert record has happened on
> specific tables. I guess its a trigger but I don't know of a mechanism
> for communicating that back to the clients without
> polling.
>
> Ron
DBMS_ALERT and DBMS_PIPE come to mind. Another way is to write an external procedure which would manipulate semaphores. On unix, you can write a suid external procedure (using setuid(0)) to execute "/etc/init 6" command. Clients are bound to notice that.
-- Mladen GogalaReceived on Wed Mar 20 2002 - 02:06:03 CST
![]() |
![]() |