首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

整合SGA大小

2012-09-29 
调整SGA大小把这句alter system set sga_max_size 2543503872 scope both改为alter system set sga_ma

调整SGA大小

把这句alter system set sga_max_size = 2543503872 scope = both改为
alter system set sga_max_size = 2543503872 scope = spfile
10g默认没有pfile文件的,所以报错。
修改完后,需要重新启动数据库,才能生效。

热点排行