Oracle : DATABASE CREATION

DATABASE CREATION   Oracle Database can create by using the following 3 methods Manual database creation OMF method (Oracle Managed database Files) DBCA method (Database Configuration Assistance)   Steps to create database in manual method.   Declare or specify variables or set up environmental variables:… Read More

How to Configure a Galera Cluster with MySQL

Introduction Clustering adds high availability to your database by distributing changes to different servers. In the event that one of the instances fails, others are already available to continue serving. Clusters come in two general configurations, active-passive and active-active. In active-passive clusters, all writes are… Read More