Skip to content

Commit 799e368

Browse files
authored
Fix site-relative links
1 parent 2406fda commit 799e368

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/workloads/oracle/oracle-migration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 06/03/2023
1010
---
1111
# Migrate Oracle workload to Azure VMs (IaaS)
1212

13-
This article describes how to move your on-premises Oracle workload to the Azure VM infrastructure as a service (IaaS). It's based on several considerations and recommendations defined in the Azure [cloud adoption framework](https://learn.microsoft.com/azure/cloud-adoption-framework/adopt/cloud-adoption).
13+
This article describes how to move your on-premises Oracle workload to the Azure VM infrastructure as a service (IaaS). It's based on several considerations and recommendations defined in the Azure [cloud adoption framework](/azure/cloud-adoption-framework/adopt/cloud-adoption).
1414

1515
First step in the migration journey starts with understanding the customer’s Oracle setup, identifying the right size of Azure VMs with optimized licensing & deployment of Oracle on Azure VMs. During migration of Oracle workloads to the Azure IaaS, the key thing is to know how well one can prepare their VM based architecture to deploy onto Azure following a clearly defined sequential process. Getting your complex Oracle setup onto Azure requires detailed understanding of each migration step and Azure Infrastructure as a Service offering. This article describes each of the nine migration steps.
1616

@@ -24,28 +24,28 @@ Take AWR reports from heavy usage time periods of the databases (such as peak ho
2424

2525
3. **Arrive at best Azure VM size for migration:** The output of the [AWR based workload analysis](https://techcommunity.microsoft.com/t5/data-architecture-blog/using-oracle-awr-and-infra-info-to-give-customers-complete/ba-p/3361648) indicates the required amount of memory, number of virtual cores, number, size and type of disks, and number of network interfaces. However, it's still up to the user to decide on which Azure VM type to select among the [many that Azure offers](https://azure.microsoft.com/pricing/details/virtual-machines/series/) keeping future requirements also in consideration.
2626

27-
4. **Optimize Azure compute and choose deployment** **architecture:** Finalize the VM configuration that meets the requirements by optimizing compute and licenses, choose the right [deployment architecture](https://learn.microsoft.com/azure/virtual-machines/workloads/oracle/oracle-reference-architecture) (HA, Backup, etc.).
27+
4. **Optimize Azure compute and choose deployment** **architecture:** Finalize the VM configuration that meets the requirements by optimizing compute and licenses, choose the right [deployment architecture](/azure/virtual-machines/workloads/oracle/oracle-reference-architecture) (HA, Backup, etc.).
2828

2929
5. **Tuning parameters of Oracle on Azure:** Ensure the VM selected, and deployment architecture meet the performance requirements. Two major factors are throughput & read/write IOPS– meet the requirements by choosing right [storage](oracle-storage.md) and [backup options](oracle-database-backup-strategies.md).
3030

3131
6. Move your **on-premises Oracle data to the Oracle on Azure VM:** Now that your required Oracle setup is done, pending task is to move data from on premise to cloud. There are many approaches. Best approaches are:
3232

33-
- Azure databox: [Copy your on-premises](https://learn.microsoft.com/training/modules/move-data-with-azure-data-box/3-how-azure-data-box-family-works) data and ship to Azure cloud securely. This suits high volume data scenarios. Data box [provides multiple options.](https://azure.microsoft.com/products/databox/data)
34-
- Data Factory [data pipeline to](https://learn.microsoft.com/azure/data-factory/connector-oracle?tabs=data-factory) move data from one premise to Oracle on Azure – heavily dependent on bandwidth.
33+
- Azure databox: [Copy your on-premises](/training/modules/move-data-with-azure-data-box/3-how-azure-data-box-family-works) data and ship to Azure cloud securely. This suits high volume data scenarios. Data box [provides multiple options.](https://azure.microsoft.com/products/databox/data)
34+
- Data Factory [data pipeline to](/azure/data-factory/connector-oracle?tabs=data-factory) move data from one premise to Oracle on Azure – heavily dependent on bandwidth.
3535

3636
Depending on the size of your data, you can also select from the following available options.
3737

3838
- **Azure Data Box Disk**:
3939

4040
Azure Data Box Disk is a powerful and flexible tool for businesses looking to transfer large amounts of data to Azure quickly and securely.
4141

42-
Learn more [Microsoft Azure Data Box Heavy overview | Microsoft Learn](https://learn.microsoft.com/azure/databox/data-box-heavy-overview)
42+
Learn more [Microsoft Azure Data Box Heavy overview | Microsoft Learn](/azure/databox/data-box-heavy-overview)
4343

4444
- **Azure Data Box Heavy**:
4545

4646
Azure Data Box Heavy is a powerful and flexible tool for businesses looking to transfer massive amounts of data to Azure quickly and securely.
4747

48-
To learn more about data box, see [Microsoft Azure Data Box Heavy overview | Microsoft Learn](https://learn.microsoft.com/azure/databox/data-box-heavy-overview)
48+
To learn more about data box, see [Microsoft Azure Data Box Heavy overview | Microsoft Learn](/azure/databox/data-box-heavy-overview)
4949

5050
7. **Load data received at cloud to Oracle on Azure VM:**
5151

@@ -74,4 +74,4 @@ Use the following handy tools and approaches.
7474
- Use a change control management tool and consider checking in data changes, not just code changes, into the system.
7575

7676
## Next steps
77-
- [Storage options for Oracle on Azure VMs](oracle-storage.md)
77+
- [Storage options for Oracle on Azure VMs](oracle-storage.md)

0 commit comments

Comments
 (0)