Which two statements are true about initialization parameters for Clustered ASM instances? (Choose two.)
Which two statements are true about initialization parameters for Clustered ASM instances? (Choose two.)
The default value of INSTANCE_TYPE is ASM, which is a required parameter for ASM instances ensuring they are recognized as such. The ASM_DISKGOUPS parameter is optional because ASM can operate without explicitly specifying disk groups, relying on auto-discovery or predefined rules.
Correct: B (The default value of INSTANCE_TYPE is ASM) and D (The ASM_DISKGOUPS parameter is optional). Incorrect: A (Maximum value of ASM_POWER_LIMIT is 11, not 1024), C (Changes to ASM_DISKSTRING do not require a restart), and E (ASM_POWER_LIMIT controls rebalance power, not RDBMS instance access).
B is not correct Looks like AD
ASM_POWER_LIMIT specifies the maximum power for rebalance operations in Automatic Storage Management (ASM). However, the valid range for ASM_POWER_LIMIT is from 0 to 11, with 11 being the maximum value. Thus, the maximum value of 1024 is incorrect. Incorrect because the maximum value is 11, not 1024.