Oracle database migration decision process

Oracle database migration decision process

This series of articles provides a way for you to assess your current Oracle database environment, figure out your best migration path to Azure, and links to documents that help you make your migratory move. Your migration path can be to an Azure Virtual Machine (VM). It might also be to an Azure Managed Database that is running on an Azure VM.

To migrate an Oracle database to an Azure environment, you have to:

  • Choose Azure resources as target database.
  • Decide data migration method to evaluate downtime window.
  • Figure out how to achieve business continuity and disaster recovery requirements.

Architecture

This flow chart shows you the steps to move an Oracle database to either a PostgreSQL or a SQL database in Azure. The steps and the details are similar for both migration paths. Pay attention to the schema conversion and the data migration sections.

Workflow

  1. Use Oracle script artifacts to evaluate Oracle database.
  2. Schema conversion is different for both database types:PostgreSQL: Use ora2pg to convert your Oracle schema.SQL: Use SQL Server Migration Assistant (SSMA) to convert your Oracle schema.
  3. Data migration is different for both database types:PostgreSQL: Use Azure Data Migration Service to migrate your Oracle data.SQL: Use SSMA to migrate your Oracle data.
  4. Test the conversion using functional tests.
  5. Switch the application's connection strings to complete the application cutover.

Oracle database discoveries

Migration decision tree

What you do next depends on where you wind up on the decision tree:

  • Cross-cloud connectivity: If you already use Oracle Cloud Infrastructure (OCI), the easy migration path for you is direct interconnection between Azure and OCI.
  • Lift and shift on Azure VMs: You can deploy your Oracle databases in Azure based on a "bring your own license" model.
  • Refactor: You have legacy Oracle code and you prefer using an Azure Managed Service.
  • Rearchitect: If you're planning to retire your old code and redesign your architecture, Azure SQL Database Managed Instance is a good option.




要查看或添加评论,请登录

SantoshKumar V (He/Him)的更多文章

社区洞察

其他会员也浏览了