Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Alert, external UNIX process
> Joerg Woelker <jwoelker_at_raie.de> writes:
> Problem: We want to signal some Unix process an event out of Oracle
> database, i.e. an update into a table.
I'd have sqlplus stick something in a file and have cron schedule a script to check the file (hourly, say) and do something based on what is there.
![]() |
![]() |