SGA_TARGET and PGA_AGGREGATE_TARGET are configured to nonzero values.
MEMORY_target is then set to a nonzero value but memory_MAX_TARGT is not set.
Which two statements are true?
A)
B)
C)
D)
E)
F)
G)
When MEMORY_TARGET is set to a nonzero value, Oracle automatically manages the memory allocation between the System Global Area (SGA) and the Program Global Area (PGA). If MEMORY_MAX_TARGET is not explicitly set, Oracle will behave in the following manner:
MEMORY_MAX_TARGET will default to the value of MEMORY_TARGET, assuming the platform allows for the value of MEMORY_TARGET to be increased dynamically. This means that MEMORY_TARGET represents both the initial allocation and the maximum limit for the dynamically managed memory unless MEMORY_MAX_TARGET is specified differently.
If MEMORY_TARGET is set to a value that is less than the sum of the current values of SGA_TARGET and PGA_AGGREGATE_TARGET, Oracle will use the higher sum as the default value for MEMORY_MAX_TARGET to ensure that there is adequate memory for both areas. The database instance will not start if MEMORY_TARGET is not sufficient to accommodate the combined SGA and PGA requirements.
Reference
Oracle Database Administrator's Guide 19c: Automatic Memory Management
Oracle Database Performance Tuning Guide 19c: Using Automatic Memory Management
Meaghan
8 months agoLonna
7 months agoJade
7 months agoTequila
8 months agoMelissa
8 months agoNicolette
8 months agoPete
7 months agoTwila
7 months agoMinna
8 months agoEileen
9 months agoPura
9 months agoStanton
8 months agoDolores
8 months agoYun
8 months agoMa
8 months agoLisha
9 months agoNina
8 months agoKeena
8 months agoMitzie
9 months ago