Question: I don't understand the
scope=memory option. Does scope=memory only apply to SGA
parameters? How is scope=memory different than a standard
alter system command?
Answer: scope is a parameter used
in conjunction with the alter system command when you are
changing any initialization parameter of an spfile. It is vital
to understand how to use this parameter to achieve the desired
effect. There are three values that the scope
parameter can take:
For the value in question, scope = memory, Oracle will
make the change specified by the alter system command for
the life of the instance. The next time the database is
bounced, for any reason, the change will be reverted to the default
value.
For scope=spfile the change made in the alter system
command will take place starting from the next startup but will not
affect the current instance.
If you want the alter system
command to take place immediately you can use the scope = both
value, which will make the change for the current instance and
preserve it through any future bounces.
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright ? 1996 - 2012
All rights reserved.
Oracle ?
is the registered trademark of Oracle Corporation.
|
|