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
7 months agoLonna
6 months agoJade
6 months agoTequila
6 months agoMelissa
7 months agoNicolette
7 months agoPete
6 months agoTwila
6 months agoMinna
6 months agoEileen
7 months agoPura
7 months agoStanton
6 months agoDolores
7 months agoYun
7 months agoMa
7 months agoLisha
8 months agoNina
7 months agoKeena
7 months agoMitzie
8 months ago