ERROR | 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. |