문제

In this link here

it says Modifiable:No but range of values is 1 to unlimited. So if it is not modifiable, what does it mean to have a range?

도움이 되었습니까?

해결책

The section modifiable indicates whether the value of a parameter can be changed dynamically(take effect immediately) for a current session(for a duration of a session) using alter session statement or for all sessions, using alter system statement . If parameter is not modifiable its value can be changed in the server parameter file only (scope=spfile option only) and take effect after an instance is restarted.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top