ORA-02095: Specified Initialization Parameter Cannot Be Modified
(Doc ID 1466082.1)
Last updated on SEPTEMBER 13, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterOracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Downgrading the 11.2.0.3 RAC database to 10.2.0.4.0 on two node cluster, while trying to set CLUSTER_DATABASE to false getting following error
SQL> alter system set cluster_database=false;
alter system set cluster_database=false
*
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
alter system set cluster_database=false
*
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
If Using spfile use the below command :
SQL> alter system set cluster_database=false scope=spfile;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |