May 2 2020
Migrate on-premises Oracle 12c running in Windows to AWS EC2 Linux using Oracle Data Guard and SSH tunel
In this post I will walk you trough the steps to migrate a database Oracle 12.1.0.2.0 running in Windows 7 to AWS EC2 running Linux CentOS release 6.9 using Oracle Data Guard 12c The below diagram shows a Dataguard architecture of replication sending the redo streams trough a SSH Tunnel from the Primary Database (source db) to the Standby Database (target db) in AWS EC2. Current Environment SOURCE TARGET Operating System Microsoft Windows 7 Enterprise Edition 64 bits CentOS release Read More
May 5 2020
Configure a SSH Tunnel using Putty to connect to a AWS EC2 instance.
In this post I will show you how configure a SSH Tunnel using Putty to connect to a AWS EC2 Instance with CentOS release 6.9 running Oracle 12c I will configure a SSH Tunnel to connect to a Oracle 12c database located in a EC2 instance that uses the default port 1521, If you wish you can configure other port like 5432 (default port for PostgreSQL) or 3306 (default port for MySQL) Steps to configure SSH Tunnel 1. Get the Read More
By DBA_JAF • Amazon Web Services (AWS), Cloud, Database Security, Databases, Oracle • 0