I am working on a project where (small) XML files need to lead to inserts in an Oracle 11g database.
I could write a tool with a file monitor on the directory the XML files are ftp'd to, translate the XML into insert statements, then connect to the database to run the inserts, but I wonder whether Oracle already has facilities available to do the same.
So I am looking for an Oracle 11g (or separate) tool that can automatically detect arrival of new files in some directory, and process these as an XML upload into the Oracle database (of course, the XML format has to conform to Oracle XML upload requirements).