How can I remove spfile parameter in all instances of RAC database? ORA-01565 ORA-27086
Hi masters,
On a RAC database I found it, but I like to remove spfile because Oracle recommends that you use a PFILE in all instances to avoid this drc SO lock errors:
ORA-01565: error in identifying file '/oracle/oradb_11gR2/app/oracle/product/11.2.0/Db_1/dbs/spfileEDREAL_C1_1.ora'
ORA-27086: unable to lock file - already in use
NODE1> show parameter spfile
NAME VALUE
------------------------------------------------------------------
spfile /oracle/orapro_shared_dbname/spfile/spfileSID_1.ora
NODE2> show parameter spfile
NAME VALUE
------------------------------------------------------------------
spfile /oracle/orapro_shared_dbname/spfile/spfileSID_2.ora
oracle@node1:$ ls -latr $ORACLE_HOME/dbs
spfileSID_1.ora -> /oracle/orapro_shared_dbname/spfile/spfileDBNAME.ora ----> **** a link used ***********