Refreshing a page or region with dbms_alert
56977May 30 2006 — edited Aug 25 2006I want to create traffic lights on page zero. They should show some parameters stored in the database and should be refreshed automatically. The parameters don't change very often, but it is important if they change, so I don't want to use a timer. Is it possible to use the dbms_alert package to refresh the page or maybe only the region. Is there any example?
Thanks