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?
A. It results in an error because these parameter settings are invalid.
B. One 64G flash cache file will be used.
C. Two 64G flash cache files will be used.
D. Two 32G flash cache files will be used.
【解析】
此题目选择A,
Table 6-4 Database Smart Flash Cache Initialization Parameters
Parameter | Description |
---|---|
|
Specifies a list of paths and file names for the files to contain Database Smart Flash Cache, in either the operating system file system or an Oracle Automatic Storage Management disk group. If a specified file does not exist, then the database creates it during startup. Each file must reside on a flash device. If you configure Database Smart Flash Cache on a disk drive (spindle), then performance may suffer. A maximum of 16 files is supported. |
|
Specifies the size of each file in your Database Smart Flash Cache. Each size corresponds with a file specified in Each size specification must be less than or equal to the physical memory size of its flash device. The size is expressed as nG, indicating the number of gigabytes (GB). For example, to specify a 16 GB Database Smart Flash Cache, set |
参考文档
https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-memory.html#GUID-AA1EDDB2-203B-43DA-84D5-73FD7DF3ECE2