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!

Query on ALTER SYSTEM SET

bharathDBAJun 20 2013 — edited Jun 20 2013


Hi,

I was under impression that

"PFILE has the limitation to change the initialization parameters dynamically.If any init parameter is to be changed,we can edit the pfile and the parameter changes will come into effect with the next reboot of the system.

To overcome this limitation,Oracle has come up with the concept of SPFILE ,where in the initialization parameters can be changed dynamically using ALTER SYSTEM SET statement."

But,today I started my test database using PFILE and executed the following command to change the memory_target parameter from 300M to 290M.

ALTER SYSTEM SET memory_target=290M;

And to my surprise,this statement executed fine without any errors and memory_target parameter has been set to the new value(of course,in memory).

Isn't it changing the init parameters dynamically using PFILE itself??

Please clarify my doubt and correct my understanding.

Regards,

Bharath

This post has been answered by Aman.... on Jun 20 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2013
Added on Jun 20 2013
5 comments
249 views