Clone and BIN$ tables
After cloning an environment we started getting
ORA-01578: ORACLE data block corrupted (file # 90, block # 1977107)~ORA-01110: data file 90: '+DGDB01/wimiss1/datafile/user01.4'~ORA-26040: Data block was loaded using the NOLOGGING option
Upon investigation 75% of the objects in the file #90 are BIN$%. select count(*) from recyclebin shows zero rows in both the source and cloned databases.
Questions:
1. If the source recyclebin is empty, why would these objects exist?
2. Any thoughts as to why the objects in the cloned DB should not be dropped?