Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

External notification of an internal database event

Captain CloseFeb 14 2014 — edited Feb 14 2014

I work for New York City Fire Department. We are attempting to create a dashboard of open incidents. We want the vendor to query the table of incidents stored in our Oracle instance (currently hosted on a Windows box but soon migrating to exadata). They can run their query at some regular interval, but the most efficient method is for them to be informed when a new incident has been inserted into the incident table, or when an incident is closed (Incident_close_datetime transitions from "null" to "not null"). I recently read a discussion about running a shell script from a trigger and even though there was a solution posted, one expert admonished against using this method. My question is: What features are provide by Oracle to enable notification to an external application when an insert occurs or a field is update?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2014
Added on Feb 14 2014
10 comments
4,099 views