User Tools

Site Tools


performance_memory_etc

This is an old revision of the document!


Performance

Memory

Without DB Restart:

show parameter sga_target;
alter system set sga_target = 10G;

With DB Restart:

parameter sga_max_size;
alter system set sga_max_size = 12G scope=spfile;
performance_memory_etc.1673852541.txt.gz · Last modified: 2023/01/16 07:02 by mduersch