cannot REUSE STORAGE on a temporary table TRUNCATE

Solution ID:ORA-14461

Type: Oracle

Cause

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

Actions

Create the table with HEAP organization and the primary key.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL