mjia,
Yes, that's right you need a CTL file just like LKBrwnDBA has posted.
Then invoke the sqlldr from an OS shell say in Unix shell.
$$ SQLLDR CONTROL=foo.ctl, LOG=bar.log, BAD=baz.bad, DATA=etc.dat
If you want to know more about SQL Loader you might want to read this...