You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Oracle solutions on Microsoft Azure | Microsoft Docs
3
-
description: Learn about options to deploy Oracle Applications and solutions on Microsoft Azure, including running entirely on Azure infrastructure or using cross-cloud connectivity with Oracle Cloud Infrastructure (OCI).
3
+
description: Learn about deploying Oracle Applications and solutions on Azure. Run entirely on Azure infrastructure or use cross-cloud connectivity with OCI.
4
4
documentationcenter: ''
5
5
author: dbakevlar
6
6
tags: azure-resource-management
@@ -11,91 +11,106 @@ ms.collection: linux
11
11
ms.topic: article
12
12
ms.tgt_pltfrm: vm-linux
13
13
ms.workload: infrastructure-services
14
-
ms.date: 06/05/2020
14
+
ms.date: 04/10/2023
15
15
ms.author: kegorman
16
16
17
17
---
18
18
19
19
# Overview of Oracle Applications and solutions on Azure
20
20
21
-
**Applies to:**:heavy_check_mark: Linux VMs
21
+
**Applies to:**:heavy_check_mark: Linux VMs
22
22
23
-
This article introduces capabilities to run Oracle solutions using Azure infrastructure. See also detailed introductions to available [WebLogic Server Azure Applications](oracle-weblogic.md), [Oracle VM images](oracle-vm-solutions.md) in the Azure Marketplace and the capability to [interconnect Azure with Oracle Cloud Infrastructure (OCI)](oracle-oci-overview.md).
23
+
This article introduces capabilities to run Oracle solutions using Azure infrastructure. See also detailed introductions to available [WebLogic Server Azure Applications](oracle-weblogic.md), [Oracle VM images](oracle-vm-solutions.md) in the Azure Marketplace, and the capability to [interconnect Azure with Oracle Cloud Infrastructure (OCI)](oracle-oci-overview.md).
24
24
25
25
## Oracle databases on Azure infrastructure
26
26
27
27
Run Oracle databases on Azure infrastructure using Oracle Database on Oracle Linux images available in the Azure Marketplace:
28
28
29
-
* Oracle Database 12.2, and 18.3 Enterprise Edition
29
+
- Oracle Database 12.2, and 18.3 Enterprise Edition
30
+
- Oracle Database 12.2, and 18.3 Standard Edition
31
+
- Oracle Database 19.3
30
32
31
-
* Oracle Database 12.2, and 18.3 Standard Edition
33
+
You can also take the following approaches:
32
34
33
-
* Oracle Database 19.3
35
+
- Set up Oracle Database on a non-Oracle Linux image available in Azure.
36
+
- Base a solution on a custom image you create from scratch in Azure.
37
+
- Upload a custom image from your on-premises environment.
34
38
35
-
You can also choose to setup Oracle Database on a non-Oracle Linux image available in Azure, base a solution on a custom image you create from scratch in Azure or upload a custom image from your on-premises environment.
39
+
Optionally configure your solution with multiple attached disks. You can improve database performance by installing Oracle Automated Storage Management (ASM).
36
40
37
-
Optionally configure with multiple attached disks and improve database performance by installing Oracle Automated Storage Management (ASM).
41
+
## WebLogic Server with Azure service integrations
38
42
39
-
## WebLogic Server with Azure Service Integrations
40
-
41
-
Choose from a variety of WebLogic Server Azure Applications to accelerate your cloud journey. Several pre-configured Azure service integrations are available, including database, Azure App Gateway, and Azure Active Directory.
43
+
Choose from various WebLogic Server Azure Applications to accelerate your cloud journey. Several preconfigured Azure service integrations are available, including database, Azure App Gateway, and Azure Active Directory.
42
44
43
45
## Applications on Oracle Linux and WebLogic Server
44
46
45
47
Run enterprise applications in Azure on supported Oracle Linux images. The following virtual machine images are available in the Azure Marketplace:
46
48
47
-
* Oracle WebLogic Server 12.1.2
48
-
49
-
* Oracle Linux with the Unbreakable Enterprise Kernel (UEK) 6.8, 6.9, 6.10, 7.3 through 7.7, 8.0, 8.1.
49
+
- Oracle WebLogic Server 12.1.2
50
+
- Oracle Linux with the Unbreakable Enterprise Kernel (UEK) 6.8, 6.9, 6.10, 7.3 through 7.7, 8.0, 8.1.
50
51
51
52
## High availability and disaster recovery options
52
53
53
-
* Configure [Oracle Data Guard](https://docs.oracle.com/cd/B19306_01/server.102/b14239/concepts.htm#g1049956), [Active Data Guard with FSFO](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/dgbkr/index.html), [Sharding](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admin/sharding-overview.html) or [Golden Gate](https://www.oracle.com/middleware/technologies/goldengate.html) on Azure infrastructure in conjunction with [Availability Zones](../../../availability-zones/az-overview.md) for high availability in-region. You may also setup these configurations across multiple Azure regions for added availability and disaster recovery.
54
+
For high availability in region, configure any of the following technologies on Azure infrastructure:
55
+
56
+
-[Oracle Data Guard](https://docs.oracle.com/cd/B19306_01/server.102/b14239/concepts.htm#g1049956)
57
+
-[Active Data Guard with FSFO](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/dgbkr/index.html)
* Use [Azure Site Recovery](../../../site-recovery/site-recovery-overview.md) to orchestrate and manage disaster recovery for your Oracle Linux VMs in Azure and your physical servers in conjunction with Oracle DataGuard or Oracle consistent backup measures that meet the Recovery Point Objective and Recovery Time Objective (RPO/RTO). Azure Site Recovery has a [block change limit](../../../site-recovery/azure-to-azure-support-matrix.md) for the storage used by Oracle database.
61
+
You can also set up these configurations across multiple Azure regions for added availability and disaster recovery.
56
62
57
-
## Backup Oracle Workloads
63
+
Use [Azure Site Recovery](../../../site-recovery/site-recovery-overview.md) to orchestrate and manage disaster recovery for your Oracle Linux VMs in Azure. You can also use Site Recovery for your physical servers with Oracle Data Guard or Oracle consistent backup measures that meet the Recovery Point Objective and Recovery Time Objective (RPO/RTO). Site Recovery has a [block change limit](../../../site-recovery/azure-to-azure-support-matrix.md) for the storage used by Oracle database.
58
64
59
-
* Back-up your Oracle VMs using [Azure Backup](../../../backup/backup-overview.md)
65
+
## Backup Oracle workloads
60
66
61
-
* Back-up your Oracle Database using Oracle RMAN and optionally use [Azure Blob Fuse](../../../storage/blobs/storage-how-to-mount-container-linux.md) to mount a [highly redundant Azure Blob Storage account](../../../storage/common/storage-redundancy.md) and write your RMAN backups to it for added resiliency.
67
+
- Backup your Oracle VMs using [Azure Backup](../../../backup/backup-overview.md).
62
68
63
-
## Integration of Azure with OCI
69
+
- Back up your Oracle Database using Oracle RMAN. Optionally use [Azure Blob Fuse](../../../storage/blobs/storage-how-to-mount-container-linux.md) to mount a [highly redundant Azure Blob Storage account](../../../storage/common/storage-redundancy.md) and write your RMAN backups to it for added resiliency.
64
70
65
-
Run Oracle Applications in Azure infrastructure, connected to backend databases in Oracle Cloud Infrastructure (OCI). This solution uses the following capabilities:
71
+
## Integrate of Azure with Oracle Cloud Infrastructure
66
72
67
-
***Cross-cloud networking** - Use the direct interconnect available between Azure ExpressRoute and Oracle FastConnect to establish high-bandwidth, private, and low-latency connections between the application and the database layer.
68
-
***Integrated identity** - Set up federated identity between Azure AD and Oracle IDCS to create a single identity source for the solutions. Enable single sign-on to manage resources across OCI and Azure.
73
+
You can run Oracle Applications in Azure infrastructure, connected to backend databases in Oracle Cloud Infrastructure (OCI). This solution uses the following capabilities:
74
+
75
+
-**Cross-cloud networking**. Use the direct interconnect available between Azure ExpressRoute and Oracle FastConnect to establish high-bandwidth, private, and low-latency connections between the application and the database layer.
76
+
-**Integrated identity**. Set up federated identity between Azure Active Directory (Azure AD) and Oracle Identity Cloud Service (IDCS) to create a single identity source for the solutions. Enable single sign-on to manage resources across OCI and Azure.
69
77
70
78
### Deploy Oracle Applications on Azure
71
79
72
-
Use Terraform templates to set up Azure infrastructure and install Oracle Applications.
80
+
Use Terraform templates to set up Azure infrastructure and install Oracle Applications. For more information, see [Terraform on Azure](/azure/developer/terraform/).
73
81
74
-
Oracle has certified these applications to run in Azure when connecting to an Oracle database via the Azure / Oracle Cloud interconnect solution:
82
+
Oracle has certified the following applications to run in Azure when connecting to an Oracle database by using the Azure with Oracle Cloud interconnect solution:
75
83
76
-
* E-Business Suite
77
-
* JD Edwards EnterpriseOne
78
-
* PeopleSoft
79
-
* Oracle Retail applications
80
-
* Oracle Hyperion Financial Management
84
+
- E-Business Suite
85
+
- JD Edwards EnterpriseOne
86
+
- PeopleSoft
87
+
- Oracle Retail applications
88
+
- Oracle Hyperion Financial Management
81
89
82
90
Also deploy custom applications in Azure that connect with OCI and other Azure services.
83
91
84
92
### Set up Oracle databases in OCI
85
93
86
-
Use Oracle Database Cloud Services (Autonomous Database, RAC, Exadata, DBaaS, Single Node) in conjunction with Oracle software running in Azure. Learn more about [OCI database options](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/databaseoverview.htm).
87
-
94
+
Use Oracle Database Cloud Services with Oracle software running in Azure. These services include:
95
+
96
+
- Oracle Autonomous Database
97
+
- Oracle Real Application Clusters (RAC)
98
+
- Oracle Exadata
99
+
- Oracle database as a service (DBaaS)
100
+
- Oracle Single Node.
101
+
102
+
Learn more about [OCI database options](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/databaseoverview.htm).
88
103
89
104
## Licensing
90
105
91
-
Deployment of Oracle Applications in Azure is based on a "bringyourownlicense" model. It's assumed you are properly licensed to use Oracle software and that you have a current support agreement in place with Oracle. Oracle has guaranteed license mobility from on-premises to Azure. See the Oracle-Azure [FAQ](https://www.oracle.com/cloud/technologies/oracle-azure-faq.html).
106
+
Deployment of Oracle Applications in Azure is based on a bring-your-own-license model. This model assumes that you have licenses to use Oracle software and that you have a current support agreement in place with Oracle. Oracle has guaranteed license mobility from on-premises to Azure. See the Oracle-Azure [FAQ](https://www.oracle.com/cloud/technologies/oracle-azure-faq.html).
92
107
93
108
## Next steps
94
109
95
-
* Learn more about [WebLogic Server Azure Applications](oracle-weblogic.md) and the Azure service integrations they support.
110
+
- Learn more about [WebLogic Server Azure Applications](oracle-weblogic.md) and the Azure service integrations they support.
96
111
97
-
* Learn more about deploying [Oracle VM images](oracle-vm-solutions.md) in Azure infrastructure.
112
+
- Learn more about deploying [Oracle VM images](oracle-vm-solutions.md) in Azure infrastructure.
98
113
99
-
* Learn more about how to [interconnect Azure with OCI](oracle-oci-overview.md).
114
+
- Learn more about how to [interconnect Azure with OCI](oracle-oci-overview.md).
100
115
101
-
* Check out the [Oracle on Azure overview session](https://www.pluralsight.com/courses/microsoft-ignite-session-57) from Ignite 2019.
116
+
- Check out the [Oracle on Azure overview session](https://www.pluralsight.com/courses/microsoft-ignite-session-57) from Ignite 2019.
0 commit comments