Is there any way to kick off a process request directly from the database
We are running on an Oracle database and I'm wondering if there is anyway to kick off a process directly from the database. I need to run an app engine program when data is added to a table from an external source. I know I can schedule the process to run and check for data, but I'd like to do it when the data is added to the table so it happens right away. We are on tools 8.51.13.
If anyone has any suggestions, that would be great.
Thanks,
Karen