Archive for March 2021

Deploying MySql Group Replication in Single-Primary Mode 0 (0)

March 31, 2021

Deploying MySql Group Replication in Single-Primary Mode Group Replication is provided as a plugin to MySQL Server. MySQL Group Replication enables you to create elastic, highly-available, fault-tolerant replication topologies and…

Loading

📌
0💬 read more

RMAN Full Database Backup Scripts in Oracle 5 (2)

March 30, 2021

RMAN Full Database Backup Scripts in Oracle. In this article, we are going to prepare a script for RMAN full database backup which includes backup of datafiles, control files, spfile…

Loading

📌
0💬 read more

Oracle Database 19c RPM Installation On Oracle Linux 7 5 (1)

March 26, 2021

Oracle Database 19c RPM Installation On Oracle Linux 7 Oracle Database 19c can now be installed on Linux OS using an RPM.This post describes the steps for RPM based installation…

Loading

📌
0💬 read more

How To Bootstrap MySQL Router For InnoDB ReplicaSet 0 (0)

March 24, 2021

How To Bootstrap MySQL Router For InnoDB ReplicaSet In the previous blog, we saw How to Configure InnoDB ReplicaSet Click here to read more & How to perform Switchover/Failover in MySql…

Loading

📌
0💬 read more

How to perform Switchover/Failover in MySql InnoDB ReplicaSet 0 (0)

March 23, 2021

How to perform Switchover/Failover in MySql InnoDB ReplicaSet In the previous blog, we saw Part I: How to Configure InnoDB ReplicaSet MySQL Click here to read more. We will use…

Loading

📌
0💬 read more

Steps to Create Active Physical Standby Dataguard Using RMAN Duplicate in Oracle 4 (1)

Steps to Create Active Physical Standby Dataguard Using RMAN Duplicate in Oracle In the previous article, we have configured a Physical STANDBYdatabase where we started MRP in mount state. In…

Loading

📌
0💬 read more

How to Configure InnoDB ReplicaSet New MySQL 0 (0)

March 21, 2021

How to Configure InnoDB ReplicaSet mysqlshell AdminAPI includes support for InnoDB ReplicaSet, which enables you to create and administer a set of MySQL instances running asynchronous GTID-based replication.  An InnoDB ReplicaSet consists of…

Loading

📌
0💬 read more

Asynchronous Replication Automatic Failover in MySQL 0 (0)

March 17, 2021

Asynchronous Replication Automatic Failover in MySQL MySQL 8.0.22 supports an asynchronous connection failover mechanism. This feature allows a replica/slave to automatically failover to a new source/master, in case its existing…

Loading

📌
0💬 read more

How to Setup MySQL Master-Master Replication (Circular Replication) 5 (2)

March 15, 2021

How to Setup MySQL Master-Master Replication (Circular Replication) Master-Master Replication (Circular Replication) also known as ring topology in MySQL, this setup requires two or more MySQL servers which act as…

Loading

📌
0💬 read more

Multiplexing of Control Files Using RMAN, SPFILE & PFILE in Oracle 5 (2)

March 13, 2021

Multiplexing of Control Files Using RMAN, SPFILE & PFILE in Oracle Here we are going to demonstrate multiplexing of Control Files in Oracle using available options SPFILE, PFILE & RMAN….

Loading

📌
1💬 read more