Oracle Dynamic static Parameter modification rules

Source: Internet
Author: User

Sql> Select name,value,isses_modifiable (Parameters modified at session level), issys_modifiable (parameters modified at the system level)
2 from V$parameter
3 where name= ' max_dump_file_size ';

Sql>alter system Reset _allow_resetlogs_corruption scope=spfile sid= ' * ';

If isses_modifiable=true, it indicates that this parameter can be modified at the session level and takes effect immediately.

Sql>alter session Set Xxx=xxx;

Sql>alter system set xxx=xxx scope=xxx;

Scope parameter Description:

Static parameters must be specified as scope
Dynamic parameter issys_modifiable is immediate without scope the default is both

Dynamic parameter issys_modifiable for deferred must add Scope=spfile or add derferred

Parameter type

SPFile

Memory

Both

Deferred

Static parameter (Issys_modifiable = False)

Yes, restart the server to take effect

No

No

No

Dynamic parameters (Issys_modifiable is immediate)

Yes, restart the server to take effect

Yes, immediate effect, restart service failure

Yes, effective immediately, restarting the server still works

OK

Dynamic parameters (Issys_modifiable is deferred)

Yes, restart the server to take effect

No

No

Yes, the new session is valid

Oracle Dynamic static Parameter modification rules

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.