On a Windows server 2016, we have an Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production running.
The goal is to have an external table created with a "preprocessor" command, triggering a batch file that will retrieve file infos like file size, date, name, with a "DIR" cmd.
We followed the steps described in this link: http://www.oracle-developer.net/display.php?id=513, we did exactly the same.
On another server owned by us, this is working directly.
On this Windows server 2016, the select statement on the external table returns no records. Absolutely no error created, only a logfile for the external table, which says not much.
The locations were the different files are stored are accessible for the OS-user Oracle. Oracle is able to read, "browse" through this paths and directories.
But the batch seems not executed.
What are we missing?
Thanks!