CH 14 SQL
CH 14 SQL
MEMORY_TARGET :
this parameter sets the system-wide usable memory
that will be used by the instance for SGA and PGA.
MEMORY_MAX_TARGET:
This defines the maximum size the MEMORY_TARGET can
be increased to without an instance restart.
If the MEMORY_MAX_TARGET is not specified,
it defaults to MEMORY_TARGET setting.
Oracle 11g includes four new V$ views to support automatic memory management:
######### To display current status of the memory components, use the following
query: