I try To Alter SGA but it give ne error [message #485630] |
Thu, 09 December 2010 03:41 |
alaa_fouad2004
Messages: 64 Registered: January 2009
|
Member |
|
|
Hi All
Please I try to alter the SGA it give me error Can any one help me
The Steps which I do
show sga
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
SQL> show parameter sga_max_size;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sga_max_size big integer 135338868
ALTER SYSTEM SET sga_max_size=200mM SCOPE=spfile;
ALTER SYSTEM SET sga_max_size=200mM SCOPE=spfile
*
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
|
|
|
|
|
|
|
|