SQL*Loader does not take data out of an Oracle database (that would require SQL*Unloader, which doesn't exist).
To get the records out of the database, you could spool the output to a file or use utl_file to write it to a file. And since this would require a query, write your query so it only outputs the unique data.
Elbert, CO
0949 MDT