Invoking the Loader:
Goto the DOS prompt and cd to "F:\software\orant\bin\".
From there, invoke the SQL LOADER by typing the following:
sqlldr80 userid=pid/password@hoststring
control=drive:\path\controlfilename.ctl log=drive:\path\logfilename.log
The hoststring in our case is "default". Yes, the password has to
be typed on the command line! :-) (We haven't found a way around
this). If the command executed successfully, go back to ORACLE
and do a "SELECT *" on that table and make sure that the data
is indeed there!