on NT, when i add the sga_max_size parameter in the init.ora file, I expect the sga to stay the same size, until
i issue the command alter system set shared_pool_size or db_cache_size=some new value. that is not what i get. once
i set the value in init.ora and then bounce the instance, the sga gets resized to the larger value i just put in the init.ora
file, specifically to the shared pool. what am i doing wrong? shouldn't the sga stay the same size until i issue the alter
system command?