Home » RDBMS Server » Server Administration » I try To Alter SGA but it give ne error (Local Data Base)
I try To Alter SGA but it give ne error [message #485630] Thu, 09 December 2010 03:41 Go to next message
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 
Re: I try To Alter SGA but it give ne error [message #485660 is a reply to message #485630] Thu, 09 December 2010 05:47 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Quote:
ALTER SYSTEM SET sga_max_size=200mM SCOPE=spfile

What would be that 200mM?
Re: I try To Alter SGA but it give ne error [message #485663 is a reply to message #485660] Thu, 09 December 2010 06:04 Go to previous messageGo to next message
Littlefoot
Messages: 21809
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
200 miliMEGA.
Re: I try To Alter SGA but it give ne error [message #485735 is a reply to message #485630] Thu, 09 December 2010 12:26 Go to previous messageGo to next message
alaa_fouad2004
Messages: 64
Registered: January 2009
Member
Thanks I update the alter to be
ALTER SYSTEM SET sga_max_size=200M SCOPE=spfile;
Re: I try To Alter SGA but it give ne error [message #486085 is a reply to message #485735] Mon, 13 December 2010 09:11 Go to previous messageGo to next message
najjuizzhere
Messages: 7
Registered: December 2010
Location: BAHRAIN
Junior Member
Hello Friend ,

SQL> select ISSES_MODIFIABLE,ISSYS_MODIFIABLE,name,value from v$parameter
2 where name='sga_max_size';

ISSES ISSYS_MOD NAME VALUE
----- --------- -------------------- ----------
FALSE FALSE sga_max_size 1728053248

Re: I try To Alter SGA but it give ne error [message #486100 is a reply to message #486085] Mon, 13 December 2010 10:33 Go to previous message
Michel Cadot
Messages: 68650
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
And? Have you something new to say above the previous answers?

Regards
Michel
Previous Topic: need to load database files on other machine
Next Topic: how to get tables in oracle 10g database (merged)
Goto Forum:
  


Current Time: Sun May 12 05:12:53 CDT 2024