Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Change RAC instance name

2932017Jul 14 2016 — edited Jul 15 2016

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!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 12 2016
Added on Jul 14 2016
15 comments
3,319 views