Try the command with everything
C:\>sqlldr scott/tiger filename.ctl ..... etc
or
C:\>sqlldr userid=scott/tiger control=filename.ctl ..... etc
I'm supposing you can do a
C:\>sqlplus scott/tiger
If you can't try
C:\>sqlplus scott/tiger@alias ... the same for sqlldr