Q69 You must create a tablespace of non-standard block size in a new file system and plan to use this command:
The standard block size is 8k but other non-standard block sizes will also be used. Which two are requirements for this command to succeed?
- (A). db_32k_cache_size should be set to a value greater than db_cache_size.
- (B). db_32k_cache_size must be set to a value that can be accommodated in the SGA.
- (C). db_32k_cache_size must be less than db_cache_size.
- (D). db_cache_size must be set to a size that is smaller than db_32k_cache_size.
- (E). The /u02 file system must have at least lOOG space for the datafile.
- (F). The operating system must use a 32k block size.
Answer: B, E