Difference Between Oracle GoldenGate and Oracle Active Data Guard

Himanshu shriv
Updated on 21-Jan-2020 09:53:06

1K+ Views

Oracle golden gate and oracle active data guard is the data replication technologies. They both are used for data replication but with different strategy. As per the oracle docs −Oracle Active Data Guard provides the best data protection and availability for Oracle Database in the simplest most economical manner by maintaining an exact physical replica of the production copy at a remote location that is open read-only while replication is active. GoldenGate is an advanced logical replication product that supports multi-master replication, hub and spoke deployment and data transformation, providing customers very flexible options to address the complete range of replication requirements. ... Read More

Lenovo Confirms New Moto 360 2

Samual Sam
Updated on 21-Jan-2020 09:50:32

77 Views

In our most recent Mobile Updates, we told you about the widespread rumors of upcoming Moto 360. And now Lenovo confirms this by sending an invite out to the launch conference in Shanghai on September 8th, accompanied by the words “it’s time”.And by the looks of it, the Watch button is at 2 ‘O’ Clock position.New Moto 360The new Moto360 might come in two sizes and different colors, which is clearly logical. The Watch button is at 2 O Clock position, which is definitely more convenient than a button at 3 O Clock position.

Configure Mod Rewrite for Apache on CentOS 7

Sharon Christine
Updated on 21-Jan-2020 09:49:30

1K+ Views

In this article, we will learn about how to configure the mod_rewrite for Apache on CentOS 7, Apache is a very popular web server which allows us to customize and enable its capabilities and disable them. if we now needed more, the Apache administrator has permissions to change according to our needs of the web application.PrerequisitesWe needed a Linux machine installed with CentOS 7.We need a non-root user with sudo permissions.Installing the Apache Web ServerWe will install the Apache Web Server using yum as, Apache is available with the default packages with the management utility of the CentOS repository.The Apache ... Read More

Difference Between Logical and Physical Standby Database in Oracle

Himanshu shriv
Updated on 21-Jan-2020 09:49:10

2K+ Views

Logical standby and physical standby database in two different types of standby database. In case of any failure of primary database Oracle transfer data from primary database to the standby database. This approach helps us to recover data from standby database in case of any failure.Logical standby database is not the exact copy of the primary database. Logical standby uses LogMiner techniques to transform the archived redo logs into native DML statements (insert, update, delete).  This DML is transported and applied to the standby database.Primary standby database is the exact copy of primary database so it helps to minimize the ... Read More

The Story of WhatsApp

Samual Sam
Updated on 21-Jan-2020 09:48:49

456 Views

Whatsapp – “how did it all begin?” I remember when WhatsApp was in a corner on my Blackberry but without any notifications, I would use it for the people who did not have BBM. And now, BBM sits in a forgotten corner in my mobile. Here comes the story behind the scenesThe Story of WhatsAppJan Kuom had a dream of building the perfect app that doesn’t require asking for personal information and Jan, a simple guy who lived with his mother and grandmother in a small apartment, supported himself and entered into university and met his business partner, Brian Acton ... Read More

Configure IT Automation Management Using Ansible

karthikeya Boyini
Updated on 21-Jan-2020 09:43:25

185 Views

This article provides a basic understanding of Ansible technology along with steps to install it. Ansible is an open source IT automation software for configuring, managing and installing software’s on the clients or nodes without any downtime and agent installed on the nodes. It uses SSH to communicate with the clients.Currently, most of the IT Automation tools runs as an agent in remote host, but Ansible needs only an SSH connection, a user and a Python (2.4 or later).Environment Setup DetailsServer Operating System: Centos 6.7 IP Address: 192.168.87.140 Host-name: ansible.hanuman.com User: root Remote Nodes Node 1: 192.168.87.156 Node 2: 192.168.87.157Installing ... Read More

Difference Between Inner and Outer Join in SQL

Himanshu shriv
Updated on 21-Jan-2020 09:41:05

2K+ Views

In Relational database tables are associated with each other and we used foreign key to maintain relationships between tables. We used join clause to retrieve data from associated tables. The join condition indicates how column in each table are matched against each other. There are two types of joins clause in SQL Inner join Outer joinOuter join is again divided into parts −LEFT OUTER JOIN - It will return all data of the left table and matched  records in both table RIGHT OUTER JOIN - it will return all the data of the right table and matched records in both tableSr. No.KeyInner joinOuter join1Basic It ... Read More

Mobile Updates of the Week 37

Samual Sam
Updated on 21-Jan-2020 09:38:14

193 Views

Nokia C1Whenever the nostalgic folk of the early 2000’s fondly remember their first tryst with mobile phones, the name "Nokia" prominently features on their lips. People still view the-then immensely popular mobile phone company through a romantic lens and sing paeans over its seemingly-inexhaustible battery life and robustness. In fact, there’s still a joke around where a guy asks a Nokia-dealer- "If I were to drop this phone (Nokia 3310) on a granite floor, will it break? The dealer replies- "Of course. No floor’s hard enough.”If you are one of them, your heart might skip with joy on hearing that ... Read More

Configure and Install Redis on Ubuntu Linux

Sharon Christine
Updated on 21-Jan-2020 09:33:06

646 Views

In this article we will learn how to configure Redis, Redis is an in-memory Key-value store which is popular for its flexibility, performance and used with wide language support. We will configure this on the Ubuntu Linux server. To do this demo we need a non-root user and we will set Sudo privileges to the user to perform.Install the Build and Test DependenciesTo get the latest version of Redis, we will get the latest source code and will compile and install the software. For that, we needed to install the dependencies for the software compiling.We also need to install build-essential ... Read More

Difference Between ETL and ELT in SQL Server

Himanshu shriv
Updated on 21-Jan-2020 09:29:42

884 Views

ETL stands for Extract, Transform and Load. ETL tool is used to extract data from the source RDBMS database and transform extracted data such as applying business logic and  calculation, etc. and  then load data into the target data warehouse. In ETL tool,  transformation of the data performed at the ETL server. It is used for low amount data.ELT stands for Extract, Load and Transform. ELT tool is also used to extract data from source database and then load data into target database without transformation. In ELT, transformation of data is performed at the target database. In general, in an ... Read More

Advertisements