Hi All,
Oracle 11g
Linux
My current SGA is 700M.
If I give:
SQL> alter system set sga_max_size=2G scope=spfile;
System altered.
SQL> alter system set sga_target=2G scope=spfile;
System altered.
After this, I am not going to restart the database. But, now, I type "show SGA" it is showing 700M.
My question is: How can I see the parameter values that will change after instance restart? Thanks,