Heim > Datenbank > MySQL-Tutorial > Hauptteil

如何关闭oracle rac选项 make rac_off

WBOY
Freigeben: 2016-06-07 16:19:56
Original
1584 Leute haben es durchsucht

aix平台上,从 rac 环境 tar 过来的oracle软件,直接解包到新机器上,目标环境是单机,则需要关闭 rac 选项。 RAC OFF 1. Login as the Oracle software owner and shutdown all database instances on all nodes in the cluster. 2. cd $ORACLE_HOME/rdbms/

  aix平台上,从 rac 环境 tar 过来的oracle软件,直接解包到新机器上,目标环境是单机,,则需要关闭 rac 选项。

  RAC OFF

  1. Login as the Oracle software owner and shutdown all database instances on all nodes in the cluster.

  2. cd $ORACLE_HOME/rdbms/lib

  3. make -f ins_rdbms.mk rac_off

  If this step did not fail with fatal errors, proceed to step 4.

  4. make -f ins_rdbms.mk ioracle

  Note: If these steps fail with a Fatal Error, then you will need to open a Service Request and submit these errors to Oracle Support for analysis.

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
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!