There are some occasions where NOLOGGING clauses can also trigger an ORA-01403. In some SQL operations, if you encounter a redo log record using a NOLOGGING clause, the record will be skipped and changes will be applied further along. If you attempt to access the updated files at a later date, the ORA-01403 error will occur. To fix this, re-create tables from the initial controlling database.