Database added to Clusterware underscore removed from its name
Hi guys,
I have successfully created a physical standby single-instance database with a unique databasename as ORADB_S2.
However, when I registered the database in the clusterware using SRVCTL, the instance got automatically renamed to ORADBS2.
Amazingly, when I set ORACLE_SID to ORADBS2, everything works fine.
Can any one explain please?
It is Oracle 12c R1 on Linux 5.7.
[oracle@srv2 ~]$ srvctl add database -db ORADB_S2 -oraclehome /u01/app/oracle/product/12.1.0/db_1 -startoption MOUNT -stopoption IMMEDIATE -policy AUTOMATIC -spfile /u01/app/oracle/product/12.1.0/db_1/dbs/spfileORADB_S2.ora
[oracle@srv2 ~]$ srvctl start database -d oradb_s2
[oracle@srv2 ~]$ srvctl status database -d oradb_s2