Home > Database > Oracle > body text

How to turn off rac in oracle 11g

WBOY
Release: 2022-05-24 17:55:02
Original
1745 people have browsed it

Method: 1. Use “srvctl stop/status database -d orcl” to stop instances of all nodes; 2. Use “cd /u01/app/grid/11.2.0/bin” together with “./crsctl” Just stop cluster -all" to close it.

How to turn off rac in oracle 11g

The operating environment of this tutorial: Windows 10 system, Oracle 11g version, Dell G3 computer.

How to close rac in oracle 11g

1. Close the database oracle user and execute the srvctl command:

srvctl stop/status database -d orcl 
#停止/查看所有节点上的实例
Copy after login

2. Stop the cluster service, The crsctl command must be executed as the root user

cd /u01/app/grid/11.2.0/bin
./crsctl stop cluster -all
Copy after login

How to turn off rac in oracle 11g

or

./crsctl stop cluster -n rac1 rac2
Copy after login

How to turn off rac in oracle 11g

grid user to view the cluster status

crs_stat -t -v
Copy after login

or

crsctl status resource -t
Copy after login

grid user closes single-node database

srvctl stop instance -o immediate -d orcl -i orcl1
Copy after login

grid user closes single-node monitoring

srvctl stop listener -n oranode1
Copy after login

Recommended tutorial: "Oracle Video Tutorial

The above is the detailed content of How to turn off rac in oracle 11g. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!