Skip to Main Content

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, E.

Asked: September 15, 2015 - 8:09 am UTC

Last updated: September 18, 2015 - 3:57 am UTC

Version: 10.2.0.5

Viewed 10K+ times! This question is

You Asked

Hi every body,

I've a rac database with 2 node, db_unique_name=abc. Please help me how to change the db_unique_name to xyz and add more service_names for those instances to ocr.


Thanks in advance!

and Chris said...

The basic process is:

- Stop the database and remove it from the CRS
- Start the DB and change the unique name in the spfile
- Add the database back to the CRS
- Create a dependency between the database and ASM instances

You can find a compelte example in My Oracle Support, note 1604421.1

You can create additional services using srvctl add service:

http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm#i1008562

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

A reader, September 15, 2015 - 2:10 pm UTC

thanks Tom. It's really clearly.