ABF
in AMM the instance exchanges memory between the SGA and the instance PGA as needed (B is correct)
In ASMM the instance automatically distributes this memory among the various SGA components (JUST SGA) (A is correct, E incorrect)
After a restart the instance return to the SGA values before the shutdown (not the initial values) (C incorrect)
https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-memory.html#GUID-8F54391B-D42A-4FDA-9D12-E1F81FD113EA
F is also correct:
For OLTP systems, the PGA memory typically makes up a small fraction of the available memory, leaving most of the remaining memory for the SGA.
For DSS systems running large, memory-intensive queries, PGA memory can typically use up to 70% of the available memory.
https://docs.oracle.com/database/121/TGDBA/tune_pga.htm#TGDBA472
The correct answer is ACF. The SGA components memory are allocated at instance startup you can set the sga_target and sga_max_size to determine range allocated but distribution within the components is done at instance startup. B is not correct because SGA and PGA are set differently using SGA_TARGET & SGA_MAX_SIZE and PGA is set with PGA_AGGREGATE_TARGET & PGA_AGGREGATE_LIMIT. SGA is a server process memory area while PGA is a user process memory area.
Careful, E states "Automatic SHARED Memory Management", so it's ASMM, not AMM. ASMM can only manage the distribution of memory inside the SGA, not between it and PGA.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
veginha
Highly Voted 3 years agozubi_7
Highly Voted 2 years, 10 months agoScottL
Most Recent 2 months, 1 week ago_gio_
2 months, 2 weeks agojareach
5 months, 1 week agoJibss
10 months, 3 weeks agoapagnini
2 years, 10 months agoSimoneF
2 years, 2 months agocerebro2000x
2 years, 11 months agocerebro2000x
2 years, 11 months agocerebro2000x
2 years, 11 months agojulica
3 years ago