Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle RAC OFF and R in unix/linux environment

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

In some cases, Oracle crs on unix/linux cannot be started, and when you need oracle to start with single instance, you can recompile (Relinking) oracle, turn off the RAC feature, and record the method below:

RAC ON

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

Cd $ORACLE_HOME/rdbms/lib

Make-f ins_rdbms.mk rac_on

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

Make-f ins_rdbms.mk ioracle

RAC OFF removes the relationship between grid and the database, srvctl will not be able to operate the database

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

Cd $ORACLE_HOME/rdbms/lib

Make-f ins_rdbms.mk rac_off

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

Make-f ins_rdbms.mk ioracle

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report