Oracle Solution for Error ora-14461

Solution for Oracle Error ORA-14461

ORA-14461: cannot REUSE STORAGE on a temporary table TRUNCATE

What triggered the Error:

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

What should we do to fix it:

Specify DROP STORAGE instead (which is the default).