调整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文件的,所以报错。 修改完后,需要重新启动数据库,才能生效。