SOLVED
ORA-02095: Specified Initialization Parameter Cannot Be Modified
Asked by OracleDba••12 views•oracle
123456789101112131415
ORA-02095: Specified Initialization Parameter Cannot Be Modified
PROBLEM:
SQL> alter system set processes=1000 scope=both;
alter system set processes=1000 scope=both
*
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
While modifying the parameter in the database, got this error.#oracle#error