您的位置:首页 > 其它

如何在RAC下调整SGA大小 [待验证]

2012-02-19 21:15 337 查看
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的初始化参数是可以不相同的。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: