I have a sqlldr (Oracle SQL Loader) control file (say myControlFile.ctl) and when run it all works OK. However, it writes a log to a file named myControlFile, I would prefer for it to be called myControlFile.log
I've read through the docs for sqlldr and I know I can set the logfile as a command line parameter, but I want to set it within the control file itself. This doesn't seem unreasonable given that I can set the bad and discard filenames this way.
What am I missing? I'm currently running this on Windows but it will ultimately be run on Unix.