Follow these steps to enable manual shared memory management:
The Initialization Parameters page appears.
SGA_TARGET
.SGA_TARGET
, and then click Set.
The Set Initialization Parameter page appears.
A confirmation message appears.
Note:
This step sets SGA_TARGET
to 0 for the current session. To set SGA_TARGET
to 0 and keep it in effect after the database is restarted:
If your database uses a server parameter file, specify a Scope of SPFile as well as a Scope of Memory on the Set Initialization Parameter page.
If your database uses a text initialization parameter file, manually set the value of SGA_TARGET
to 0 in that file.
MEMORY_TARGET
.MEMORY_TARGET
, and then click Set.
The Set Initialization Parameter page appears.
A confirmation message appears.
Note:
This step sets MEMORY_TARGET
to 0 for the current session. To set MEMORY_TARGET
to 0 and keep it in effect after the database is restarted:
If your database uses a server parameter file, specify a Scope of SPFile as well as a Scope of Memory on the Set Initialization Parameter page.
If your database uses a text initialization parameter file, manually set the value of MEMORY_TARGET
to 0 in that file.
Note that under the SGA Memory section, the Management Mode value is now Manual. This indicates that manual shared memory management is enabled.