High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

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 ***********

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center