Database Error Messages

ORA-14461

cannot REUSE STORAGE on a temporary table TRUNCATE

Cause

REUSE STORAGE was specified with TRUNCATE on a temporary table. This is unsupported as it is meaningless.


Action

Specify DROP STORAGE instead (which is the default).