Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Modifying SYTEM Parameters

user10431717Oct 31 2017 — edited Nov 2 2017

Hi,

I am trying to modify the SYSTEM Parameters "MEMORY_MAX_TARGET" AND "MEMORY_TARGET"  in Oracle version 12.1.0.2.0. I read the blogs and discussions on these two parameters and altered using SPFILE scope.

ALTER SYSTEM SET MEMORY_MAX_TARGET = 2048 SCOPE=SPFILE;

ALTER SYSTEM SET MEMORY_TARGET = 2048 SCOPE=SPFILE;

OUTPUT:

SYSTEM SET ALTERED;

SYSTEM SET ALTERED;

However, when I ran the show parameters SQL, it still shows 0 as value. Am I missing any step here to set these values? Please suggest.

NAME                                               TYPE        VALUE                                                                                               

-------------------------------------------------- ----------- ----------------------------------------------------------------------------------------------------

memory_target                                      big integer 0          

memory_max_target                             big integer 0    

                                                                                 

Thanks

This post has been answered by top.gun on Oct 31 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2017
Added on Oct 31 2017
24 comments
878 views