How to Install Windows 2012R2 Standard Edition in VirtualBox

We are going to install Windows 2012R2 Standard Edition in VirtualBox as part of creating a Oracle Windows Cluster. We want to have 3 server: 1 Controller + 2 Database servers: Server Name Public IP: Private IP: win-rac1 192.168.56.151 192.168.10.151 win-rac2 192.168.56.152 192.168.10.152 win-rac-control 192.168.56.153 192.168.10.153 Here the steps to create WIN-RAC-CONTROL (the controller) on... » read more

How to Upgrade Oracle 12c to 19c on a Window Failover Cluster Manager environment

On this post we are going to upgrade Oracle 12c to 19c on an ACTIVE/PASSIVE setup on Windows Failover Cluster Manager: Server Name DBNAME 12c Oracle Home 19c Oracle Home win-rac1 DBPROD C:\oracle\app\product\12.1.0\dbhome_1 C:\oracle\app\product\19c\dbhome_1 win-rac2 DBPROD C:\oracle\app\product\12.1.0\dbhome_1 C:\oracle\app\product\19c\dbhome_1 This is the current patch level of both 12c and 19c homes (on both nodes!): Its worth... » read more

Windows: How to Install Oracle 19c Database Software

These are the steps to install Oracle 19c Software. We are going to create ORACLE_HOME=C:\app\ORACLE\product\19c\dbhome_1 STEPS: 1:- Download software from here 2:- Unzip downloaded file on path C:\app\ORACLE\product\19c\dbhome_1 3:- Execute setup.exe from C:\oracle\app\product\19c\dbhome_1 4:- Follow GUI: That’s it, Oracle 19c Software installed