ORACLE – Creating a Data Guard Physical Standby environment – Part2

Continuation to the Data Guard Physical standby creation   ORACLE – Creating a Data Guard Physical Standby environment – PART1   Enable Archiving   On 10g you can enable archive log mode by mounting the database and executing the archivelog command:  

  Set… Read More

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

HADOOP ECOSYSTEM

Hadoop has many distributions and every distribution has a stack or you can say a collection of technologies/framework that work in conjunction with Hadoop and is knows as HADOOP ECOSYSTEM. Below is the hadoop ecosystem. Please note there are a plethora of technologies and distributions… Read More