Skip to content
Saturday, January 28, 2023
Database Learners
Menu
  • About Database
  • Oracle
    • ASM
    • Data Pump
    • Backup and Recovery
    • Patching and Upgradation
    • Performance Tuning
    • Data Guard
    • Real Application Cluster
    • Golden Gate
    • PL/SQL
  • MySQL
  • PostgreSQL
  • MongoDB
  • MS SQL Server
  • SQL
  • Linux
  • About Me
  • Contact Us
  • Home
  • 2020
  • August
  • Managing RAC Instances

Managing RAC Instances

Oracle RAC
26 March 20154 August 2020 Administrator
1. Status of all RAC instaces
[[email protected]] srvctl status database -d testdb2. Start all RAC instances
[[email protected]] srvctl start database -d testdb

3. Startup one RAC instance
[[email protected]] srvctl start instance -d testdb -i testdb1

4. Shutdown one RAC instance
[[email protected]] srvctl stop instance -d testdb -i testdb1

Share this post: on Twitter on Facebook on Google+

Post Views: 300

Post navigation

Rebooting RAC servers
Applying RMAN Incremental Backup To Standby Database
Administrator

http://www.databaselearners.com

Related Posts

root.sh failed after ASM disk creation for 11GR2 Grid Infrastructure

19 August 202019 August 2020 Administrator

How to create undo tablespace in oracle RAC

14 August 202014 August 2020 Administrator

Multiplex control file in 11gR2 RAC ASM using RMAN

11 March 2015 Administrator

Recent Posts

  • How to Optimize MySQL Tables and Defragment to Recover Space
  • ORA-01031: Insufficient Privileges When Connect As Sysdba
  • Oracle RAC log files locations
  • Drop all tables in Oracle DB (Schema)
  • How to Determine If the Oracle Redo Log File Size Is a Problem

Categories

  • ASM (40)
  • Backup and Recovery (52)
  • Data Guard (36)
  • Data Pump (28)
  • DB Scripts (26)
  • General (1)
  • Golden Gate (7)
  • Interview Questions (24)
  • Linux (86)
  • MS SQL Server (8)
  • MySQL (120)
  • ORA-Errors (45)
  • Oracle (301)
  • Oracle 10g (19)
  • Oracle 11g (24)
  • Oracle 12c (9)
  • Oracle RAC (101)
  • Oracle XE (7)
  • Patching and Upgradation (19)
  • Performance Tuning (61)
  • PL/SQL (26)
  • RMAN (85)
  • SQL (32)

Visitors

  • 0
  • 8
  • 48,825

Reference Links:

  • https://docs.oracle.com/en/database/index.html
  • https://dev.mysql.com/doc/
  • https://docs.mongodb.com/manual/
  • https://docs.microsoft.com/en-us/sql/sql-server/?view=sqlallproducts-allversions
  • https://www.postgresql.org/docs/current/
@2021 databaselearners.com | Theme: BlogMagazine by Dinesh Ghimire.