Oracle Error Message
SQL*Loader-00812: error creating internal table: string
Reason for the Error
An error was encountered trying to create a temporary internal table. The internal table is used only when loading multiple tables from the same data file. The internal table is loaded once and the target tables are loaded from the internal table.
Solution
None