Heim > Datenbank > MySQL-Tutorial > Hauptteil

How to move RAC Database ORACLE

WBOY
Freigeben: 2016-06-07 15:01:53
Original
1110 Leute haben es durchsucht

In this Document Goal Solution Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2] Information in this document applies to any platform. Goal What are the steps to move the RAC database OR

In this Document

  Goal
  Solution

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2]
Information in this document applies to any platform.

Goal

What are the steps to move the RAC database ORACLE_HOME from one location(filesystem) to another one?

This note is for database home only and does not apply to CRS or GI home. 

Solution


Execute all the following as database user:


Solution 1:

1. Install a new set of RAC binaries with OUI into a new home
2. Apply all patches that have been installed in the old home, use "opatch lsinventory" to compare the old and new home once all patches are applied.
3. Copy over init{ORACLE_SID}.ora in dbs directory from the old home to the new home on all nodes
4. Copy over network files (listener.ora, tnsnames.ora, and sqlnet.ora) in network/admin directory from the old home to the new home on all nodes
5. Shutdown the database with srvctl from the old database home: srvctl stop database -d
6. Modify the database resource as with srvctl from the old database home: srvctl modify database -d -o
7. Start the database with srvctl from the new database home: srvctl start database -d

Solution 2: (Clone)

1. Copy existing RAC binaries to a new location and keep the same ownership/permission on any node: cp -rp
2. Execute: /oui/bin/runInstaller -clone -silent ORACLE_HOME="" ORACLE_HOME_NAME=""
3. Extend the new home to other nodes: /oui/bin/addNode.sh
4. Go to Step3 of "Solution 1"

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage