I have an oracle DB on Windows 2012 server VM. My requirement is to load a flat file with sql loader automatically and get a csv file out of same DB automatically.
How can I achieve this including Scheduling of above process?
In a Linux based server, I create a shell script and schedule the same as cron job. Not sure how this can be done on windows server.