Filewatcher using dbms_scheduler not firing
Hi,
Need help on Filewatcher in Oracle EBS.
I set filewatcher to look for file in a Linux folder and fire a procedure if file exists. I did all configuration but it is not firing. Where to look at why it didnt firing and any error if any.
Do I need to install Scheduler agents separately or it comes with Oracle database?. I have dbms_secheduler package so I hope no need to install anything else?
Can I use this functionality in Oracle EBS R12 ?
The steps I followed is below:
1. Create a credential
2. Create the file watcher
3) Create the program to be triggered by the event