Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there any way to notify event from DB to PHP
You could use dbms_alert package and an insert trigger that raises the
alert. See manuals.
Jim
"Petit Donghwa" <wonim.somaggio_at_lusis.fr> wrote in message
news:ea4e9f9c.0308270705.6606fce9_at_posting.google.com...
> Thanks for your help
>
> I'm so poor for Oracle.
> But I have tried to find solution for my problem.
> I'm developping web-page written PHP.
> and I need to notify from table changed in DB.
>
> If this table is changed(only inserting), my web-page detect it and
> look at this table and reload this web-page dynamically.
>
> Can u give me one example source fragment in detail if possbile?
>
> Merci beaucoup!!!!!
Received on Wed Aug 27 2003 - 10:15:37 CDT
![]() |
![]() |