Oracle Error Message
SQL*Loader-00280: table string is a temporary table
Reason for the Error
The sqlldr utility does not load temporary tables. Note that if sqlldr did allow loading of temporary tables, the data would disappear after the load completed.
Solution
Load the data into a non-temporary table.