Latest Post

Automating Standalone Database Startup and Shutdown

Automating Database Startup and Shutdown

Admin Database 24 days ago 96 views
Read Article
Automating Standalone Database Startup and Shutdown

Latest Articles

Oracle 19c RAC Installation Part III - Grid Installation

Oracle 19c RAC Installation Part III - Grid Installation

Oracle Real Application Clusters (RAC) is a high-availability solution that allows multiple instances of Oracle Database to run on different servers, accessing a single database. This setup ensures that if one server fails, the database remains accessible through other servers, thus providing both high availability and scalability. Oracle RAC provides a robust solution for enterprises needing high availability and scalability. Proper setup and configuration are crucial for maximizing the benefits of a RAC environment.

200
Oracle 19c RAC Installation Part II - Pre-Requisite step

Oracle 19c RAC Installation Part II - Pre-Requisite step

Oracle Real Application Clusters (RAC) is a high-availability solution that allows multiple instances of Oracle Database to run on different servers, accessing a single database. This setup ensures that if one server fails, the database remains accessible through other servers, thus providing both high availability and scalability. Oracle RAC provides a robust solution for enterprises needing high availability and scalability. Proper setup and configuration are crucial for maximizing the benefits of a RAC environment.

135
Advertisement
Stop/Start Cluster Resources

Stop/Start Cluster Resources

CRSCTL Commands: - Cluster Related Commands crs_stat t Shows HA resource status (hard to read) crsstat Output of crs_stat t formatted nicely

85
Oracle 12cR1 RAC Installation Part III - Grid Installation

Oracle 12cR1 RAC Installation Part III - Grid Installation

Oracle Real Application Clusters (RAC) is a high-availability solution that allows multiple instances of Oracle Database to run on different servers, accessing a single database. This setup ensures that if one server fails, the database remains accessible through other servers, thus providing both high availability and scalability. Oracle RAC provides a robust solution for enterprises needing high availability and scalability. Proper setup and configuration are crucial for maximizing the benefits of a RAC environment.

111
Oracle 12cR1 RAC Installation Part II - Pre-Requisite steps

Oracle 12cR1 RAC Installation Part II - Pre-Requisite steps

Oracle Real Application Clusters (RAC) is a high-availability solution that allows multiple instances of Oracle Database to run on different servers, accessing a single database. This setup ensures that if one server fails, the database remains accessible through other servers, thus providing both high availability and scalability. Oracle RAC provides a robust solution for enterprises needing high availability and scalability. Proper setup and configuration are crucial for maximizing the benefits of a RAC environment.

68
Enable root login over SSH in linux

Enable root login over SSH in linux

Secure Shell (SSH) is a powerful tool for accessing remote systems securely over an encrypted connection. Enabling SSH on a Linux system allows you to remotely manage it, transfer files, and execute commands with enhanced security. In this guide, we'll walk through the steps to enable SSH login on a Linux-based operating system.

83