Oracle Administration RAC
Oracle crsctl query css votedisk Command Explained
Understanding crsctl query css votedisk Command in Oracle Clusterware This page explains the crsctl query css votedisk command, its purpose, breakdown, and key points, offering insights and explanations for Oracle Clusterware management. Sample Oracle Command 1crsctl query css votedisk Description of Oracle Database …
Read MoreOracle Clusterware ocrcheck: Verify OCR Health
Feb 10, 2024 / · 2 min read · oracle database cluster administration Oracle CRS Oracle Clusterware Managing oracheck ·Overview Of ocrcheck Command The ocrcheck command is a valuable tool for managing the Oracle Cluster Registry (OCR) within Oracle Clusterware Retrive OCR (Oracle Cluster Registry) information Sample SQL Command 1ocrcheck Purpose: ocrcheck is a command-line utility used to verify the health and consistency of the Oracle …
Read MorePreventing a Database Startup at Boot Time: srvctl disable database This command, commonly used in Oracle environments, instructs Oracle Clusterware to prevent a specific database from automatically starting when the operating system boots. Understanding its purpose, breakdown, and key points can help you manage your …
Read MoreOracle oifcfg getif: Identify Cluster Interconnect Subnet
Feb 8, 2024 / · 2 min read · oracle database cluster administration Oracle CRS Oracle Clusterware managing oifcfg ·Understanding oifcfg getif for Oracle Cluster Interconnect Subnet Change The Oracle Clustware command oifcfg getif is a crucial utility for managing Oracle Clusterware and its private interconnect subnet. Below is breakdown of its purpose, usage, and key points: Change the private interconnect subnet. First find the …
Read MoreUnderstanding oifcfg for Changing Oracle Cluster Interconnect Subnet The oifcfg Oracle Clusterware commands presented involve modifying the Oracle Clusterware private interconnect subnet.What follows is a breakdown of their purpose, usage, and key points: Make a note of the interface name (eth1 in the following …
Read MoreOracle Clusterware: Modify VIP Address and Network Interface
Jan 28, 2024 / · 3 min read · start stop modify srvctl administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Modifying VIP Address, Subnet Mask, or Interface in Oracle Clusterware Learn how to change the Virtual IP (VIP) address, subnet mask, or network interface for clustered nodes in an Oracle environment. This step-by-step guide includes commands, explanations, and key points to ensure a smooth and successful configuration …
Read MoreOracle srvctl config nodeapps Command in Clusterware
Jan 27, 2024 / · 3 min read · srvctl start stop administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Understanding the srvctl config nodeapps Command in Oracle Clusterware Check the VIP config 1srvctl config nodeapps -n <node> -a -g -s -l Sample Oracle Output 1 2no rows selected 3SQL> Description of the Oracle Database SQL code Purpose: The srvctl config nodeapps -n <node> -a -g -s -l command is not directly related …
Read MoreStarting and Stopping Oracle Database Instances with SRVCTL
Jan 26, 2024 / · 2 min read · srvctl start stop administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Start and stops a specific Oracle Database instance with the Server Control Utility (SRVCTL) SQL Code Start Database (Specific Node or Instance) 1srvctl start instance -d <database name> -i <instance name> Stop Database (Specific Node or Instance) 1srvctl stop instance -d <database name> -i <instance name> Sample …
Read MoreOracle srvctl Start and Stop Database in Clusterware
Jan 25, 2024 / · 2 min read · start stop administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Demystifying Database Start/Stop in Oracle Clusterware with srvctl SQL Code Start Database (All Nodes) 1srvctl start database -d <database name> Stop Database (All Nodes) 1srvctl stop database -d <database name> Demystifying Database Start/Stop in Oracle Clusterware with srvctl These commands, srvctl start database and …
Read MoreOracle Clusterware: srvctl start asm and srvctl stop asm
Jan 22, 2024 / · 2 min read · administration Oracle CRS Oracle Clusterware Oracle Managing RAC Clusterware ·Demystifying Start/Stop ASM with srvctl in Oracle Database These commands, specifically srvctl start asm and srvctl stop asm, play a crucial role in managing the Oracle Automatic Storage Management (ASM) instance within your Oracle Clusterware environment. Let's dive into their purpose, breakdown, and key points. SQL …
Read More