oracle11g - Is the distributed lock timeout value in oracle modifiable -


in link here

it says modifiable:no range of values 1 unlimited. if not modifiable, mean have range?

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


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -