Hi all,
oracle 11.0.2.3 linux redhat 5
I tried renaming the instance name out of practice on the second node my test server. For some reason, the second node is showing "Database" and "orcl" instead of "Instance" and "orcl2".
[ORACLE/-orcl]/home/oracle> srvctl status database -d orcl
Instance orcl1 is running on node test1
Database orcl is not running on node test2
SQL> select status from gv$instance;
STATUS
------------
OPEN
OPEN
command used to to try to revert back:
srvctl modify database -d orcl -instance orcl2 -n orcl
I was wondering if anyone knows how to default it back.
Thanks!