标题: ORA-14461: cannot REUSE STORAGE on a temporary [打印本页] 作者: admin 时间: 2016-8-19 14:05 标题: ORA-14461: cannot REUSE STORAGE on a temporary ORA-14461: cannotREUSE STORAGE on a temporary table TRUNCATE Cause: REUSE STORAGE was specified with TRUNCATE on atemporary table.
This is unsupported as it is meaningless. Action: SpecifyDROP STORAGE instead (which is the default).