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 -> Re: Is there any way to notify event from DB to PHP

Re: Is there any way to notify event from DB to PHP

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Wed, 27 Aug 2003 15:15:37 GMT
Message-ID: <tW33b.274684$YN5.187291@sccrnsc01>


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

Original text of this message

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