SGA size is defined by parameter
-
SGA_SIZE
-
SGA_TARGET
-
SGA_TARGET_SIZE
-
SGA_INIT_SIZE
B
Correct answer
Explanation
SGA_TARGET is the initialization parameter that defines the size of the System Global Area (SGA) in Oracle 10g and later versions. This parameter allows for automatic SGA management where Oracle dynamically tunes memory components within the SGA. SGA_SIZE is not a valid parameter, and SGA_TARGET_SIZE or SGA_INIT_SIZE are not standard Oracle parameters.