- Cache recovery refers to the recovery of the row cache (dictionary cache) that occurs during instance startup after a database is mounted.
- This recovery populates the row cache with metadata from bootstrap objects and data dictionary tables since the cache is empty after mount.
- Crash recovery only applies after an instance or node crash and involves redo scan, application, and transaction recovery to roll changes forward and back. Cache recovery occurs on any startup.