Oracle Message ORA-14461 - cannot REUSE STORAGE on a temporary table TRUNCATE

ERRORcannot REUSE STORAGE on a temporary table TRUNCATE
CAUSEREUSE STORAGE was specified with TRUNCATE on a temporary table. This is unsupported as it is meaningless.
ACTIONSpecify DROP STORAGE instead (which is the default).