whill this query crash my database on startup
i have sga_target=1gb
sga_max_size =1gb
shared_pool_size 250M
cache 700M
log buffer 10M
pga 10M
now when i fire alter system set shared_pool_size 500M scope = spfile;
and again startup database will this lead to creating error on startup or will it allow to resize???
sga_max_size =1gb
shared_pool_size 250M
cache 700M
log buffer 10M
pga 10M
now when i fire alter system set shared_pool_size 500M scope = spfile;
and again startup database will this lead to creating error on startup or will it allow to resize???
0