alter system set sga_max_size=2G sid="rac1" scope=spfile;
alter system set sga_target=2G sid="rac1" scope=spfile;
alter system set sga_max_size=2G sid="rac2" scope=spfile;
alter system set sga_target=2G sid="rac2" scope=spfile;
也就是在RAC环境中时刻牢记你是有多个instance的,这些instance的初始化参数是可以不相同的。
alter system set sga_target=2G sid="rac1" scope=spfile;
alter system set sga_max_size=2G sid="rac2" scope=spfile;
alter system set sga_target=2G sid="rac2" scope=spfile;
也就是在RAC环境中时刻牢记你是有多个instance的,这些instance的初始化参数是可以不相同的。
本文详细阐述了在RAC环境中调整SGA内存参数(GA_MAX_SIZE和GA_TARGET)的方法,针对不同的instance设置不同的参数值,以优化数据库性能。
434

被折叠的 条评论
为什么被折叠?



