Oracle DBA, How To, Error, Cause and Action

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

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).

No comments:

Post a Comment

Thanks for your comment.