I Have created a batch file for running sql loader. I am under Windows server 2012. If I invoke it from the command line it work fine :
C:\app\oracle\product\12.1.0\dbhome_1\BIN\sqlldr.exe control = F:\Oracle\Scripts\load_export.ctl userid=sivoa/SIVOA ERRORS=1000000 LOG=F:\Oracle\Scripts\load_export.log, BAD=F:\Oracle\Scripts\load_export.bad
But when I run it from the Windows task scheduler I get an error 0x1.
As a turn around I could perhaps try to run the batch file from the DBMS Scheduler ? But I don't know how to do it.
Best regards,
Christian