Search notes:

Oracle Memory Management

Memory management deals with determining the optimal size for the instance memory structures of the
For both areas, management can be set to
With automatic memory management, the memory of the SGA and PGA are adjusted and fine tuned by Oracle.
Two init parameters are needed for automatic memory management:

Init parameters related to memory management

Init parameters that are related to memory management are:

See also

Too little memory or ill allocated memory might lead to peformance problems, see performance and tuning.
dbms_session.free_unused_user_memory and dbms_session.get_package_memory_utilization.
Oracle: Memory

Index