I have a data file that is in Windows format, and would like to load it in to Oracle with sqlldr. Unfortunately the Unix version doesn't intelligently detect with Windows format so I have a load of records with \r in them. Strangely, the Windows version would intelligently detect it.
Is there a parameter I can use in the control file to "switch on" auto detection? I don't want to assume the file will always be in Windows format?