Database Error Messages

OCI-38313

cannot truncate sys.recyclebin$ while it has rows

Cause

An attempt was made to truncate the sys.recyclebin$ table while it had rows.


Action

Truncating the sys.recyclebin$ table while it has rows can result in a dictionary inconsistency and lead to space for dropped segments in the recycle bin not being reclaimed correctly. If space from the dropped segments in the recycle bin needs to be reclaimed, perform a purge of the recycle bin instead using the "purge dba_recyclebin" command.