-
Jimmy Yang authored
== MTR_LOG_NO_REDO The stacktrace is caused by setting the corrupt bit in rows in SYS_INDEXES while the server is in read-only mode. The fix is that if the server is in read-only mode, we should just mark the index as corrupted in memory, and not update system table. Reviewed-by:
Sunny Bains <sunny.bains@oracle.com>
Jimmy Yang authored== MTR_LOG_NO_REDO The stacktrace is caused by setting the corrupt bit in rows in SYS_INDEXES while the server is in read-only mode. The fix is that if the server is in read-only mode, we should just mark the index as corrupted in memory, and not update system table. Reviewed-by:
Sunny Bains <sunny.bains@oracle.com>
Loading