Oracle Database 12c: Installation and Administration — Question 165

To enable the Database Smart Flash Cache, you configure the following parameters:
DB_FLASH_CACHE_FILE = /dev/flash_device_1 , /dev/flash_device_2

DB_FLASH_CACHE_SIZE=64G -
What is the result when you start up the database instance?

Answer options

Correct answer: A

Explanation

The correct answer is A because the configuration of the flash cache files is not compatible with the set size, leading to an error upon startup. Options B, C, and D suggest valid configurations that do not exist in the current settings, which is why they are incorrect.