How can I edit the name of spfile in asm as a result of ORA-01565?
I am having the below errors in my alert logs on node1 in my cluster.
NOTE: deferred map free for map id 118809
ORA-01565: Unable to open Spfile +DATA/BIBN/spfilebibn.ora.
NOTE: deferred map free for map id 118810
I have identified the cause to be the case of the spfile name from the Oracle Community. The bibn needs to be changed to BIBN.
The instance is still up and running.
[oracle@lipcomp1 ~]$ srvctl config database -d BIBN -a
Spfile: +DATA/BIBN/spfileBIBN.ora
Appreciate your expert advice to resolve this issue.