Database Error Messages

SQL*Loader-00280

table string is a temporary table

Cause

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.


Action

Load the data into a non-temporary table.