IS the File Watcher uses a Native IO for the OS or polling mechanism for watching the file ?
We are trying to evaluate between file
watcher component in DBMS_SCHEDULER module vs newly created File Watcher
API's in Java JDK7. Java File watcher uses native IO for file watcher
component and that is a plus factor. However, we are not sure whether
Oracle Filewatcher interally uses Native IO or not.
0