Oracle Zero Downtime Migration(Oracle ZDM) - Overview
Oracle ZDM is a software solution which allows you to directly and seamlessly migrate your on-premises Oracle Databases to and between any Oracle-owned infrastructure, including Exadata Database Machine On-Premises, Exadata Cloud at Customer (ExaC@C), and Oracle Cloud Infrastructure.
Oracle Zero Downtime Migration (ZDM) is designed using Oracle's best practices for high availability. It uses tools like Golden-Gate and Data Guard to keep your database available during migration, and relies on technologies such as RMAN, Data Pump, and database links to move data efficiently and safely — all with minimal downtime.
Oracle ZDM offers four different migration methods:
1. Logical Online Migration using Golden-Gate.
In logical online migration approach ZDM leverages Oracle Data Pump for the initial export and Oracle Golden-Gate for continuous data replication. Oracle Golden-Gate plays a critical role by capturing and applying real-time changes from the source to the target database, ensuring both remain in sync throughout the migration. This allows applications to keep running without interruption. Once the target is fully synchronized, ZDM performs a brief cutover to switch operations. Oracle Golden-Gate real-time replication capability makes this approach ideal for migrating active, business-critical databases seamlessly.
2. Logical Offline Migration using Data Pump.
In logical offline migration approach Oracle ZDM uses Oracle Data Pump to export data from the source database and import it into the target. During this process, the source database remains offline, resulting in downtime. It migrates schema objects, data, and metadata without requiring Oracle Golden-Gate. This approach is simpler and does not need a separate replication setup. It is ideal for non-critical systems where some downtime is acceptable.
Database Versions | Supported Configuration |
---|---|
Oracle Database 11g | Oracle Database single instances |
Oracle Database 12c | Oracle Real Application Clusters (RAC) one-node databases |
Oracle Database 18c | Oracle Real Application Clusters (RAC) databases |
Oracle Database 19c and later |
Supported Targets - Oracle Database Cloud Services |
---|
Oracle Base Database Service |
Oracle Enterprise Database Service |
Oracle Exadata Database Service on Dedicated Infrastructure |
Oracle Exadata Database Service on Cloud@Customer |
Oracle Autonomous Database - ATP |
Oracle Autonomous Database - ADW |
Exadata Database Machine On-Premises |
Nice explanation
ReplyDelete