Oracle 12C: Full Database Caching
This feature is available starting with Oracle Database 12c Release 1 (12.1.0.2) When to use it: when you have enough memory to keep all segments in memory when you are limited by I/O system and response time Full database caching can be used to cache the entire database in memory. It should be used when the buffer cache size of the database instance is greater than the entire database size. In Oracle RAC systems this feature can be used when the combined buffer caches of all instances, with some extra space to handle duplicate cached blocks between instances, is greater...