Skip to content

Commit 25c047b

Browse files
Merge pull request #287133 from jjaygbay1/Oracle-Sept-02
Two of four
2 parents fe74de3 + 1a9ead5 commit 25c047b

25 files changed

+1006
-79
lines changed

articles/oracle/oracle-db/faq-oracle-database-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ There are two services offered as part of Oracle Database@Azure:
3636

3737
### What are the Database versions supported on Oracle Database@Azure?
3838

39-
Oracle versions supported on Oracle Cloud Infrastructure (OCI) are supported on Oracle Database@Azure. This includes 11 g to 19c, similar to Exadata Cloud Service in OCI. Versions older than 19c need upgrade support. For more information, see [Oracle Database Releases That Support Direct Upgrade](https://docs.oracle.com/en/database/oracle/oracle-database/18/upgrd/oracle-database-releases-that-support-direct-upgrade.html).
39+
Oracle versions supported on Oracle Cloud Infrastructure (OCI) are supported on Oracle Database@Azure. This includes 11 g to 19c, similar to Exadata Cloud Service in OCI. Versions older than 19c need upgrade support. For more information, see [Oracle Database Releases that Support Direct Upgrade](https://docs.oracle.com/en/database/oracle/oracle-database/18/upgrd/oracle-database-releases-that-support-direct-upgrade.html).
4040

4141
### Do you have any documented benchmark latency-wise between Azure resources and Oracle Database@Azure?
4242

4343
Latency between Azure resources and Oracle Database@Azure is within the Azure regional latency envelope as the Exadata infrastructure is within the Azure Data Centers. Latency can be further fine-tuned dependent on colocation within availability zones. For more information, see [What are availability zones?](/azure/reliability/availability-zones-overview?tabs=azure-cli).
4444

4545
### Does Oracle Database@Azure support deploying Base Database (BD), or do I need to migrate to Autonomous Database service?
4646

47-
No, Base Database isn't currently supported with Oracle Database@Azure. You can deploy single instance self-managed databases on Azure VMs or if you need Oracle managed databases with RAC, we recommend Autonomous Databases via Oracle Database@Azure. For more information, see [Autonomous Database | Oracle](https://www.oracle.com/cloud/azure/oracle-database-at-azure/) and [Provision Oracle Autonomous Databases | Microsoft Learn](/training/modules/migrate-oracle-workload-azure-odaa/).
47+
No, Base Database isn't currently supported with Oracle Database@Azure. You can deploy single instance self-managed databases on Azure VMs or if you need Oracle managed databases with RAC, we recommend Autonomous Databases via Oracle Database@Azure. For more information, see [Autonomous Database | Oracle](https://www.oracle.com/cloud/azure/oracle-database-at-azure/) and [Provision Oracle Autonomous Databases | Microsoft Learn](provision-autonomous-oracle-databases.md).
4848

4949
### For the Oracle Database@Azure service, will the automated DR use Azure backbone or the OCI backbone?
5050

@@ -134,7 +134,7 @@ None. The OCI connection is primarily utilized for OCI control plane to manage t
134134

135135
### How do I achieve low latencies between my application and Database tiers?
136136

137-
You can deploy your application and database in the same virtual network or a peered VNETs in the same region and availability zone for lowest possible latencies.
137+
You can deploy your application and database in the same virtual network or a peered virtual networks in the same region and availability zone for lowest possible latencies.
138138

139139
## Management
140140
In this section, we cover questions related to management for Oracle Database@Azure.

articles/oracle/oracle-db/link-oracle-database-multiple-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
1515
You can use Oracle Database@Azure within two or more [Azure subscriptions](/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources) within a single Azure account. This feature gives you the ability to isolate projects, environments, and application domains for security and cost allocation, while maintaining a single Azure account for simplified billing and account management. When using two or more Azure subscriptions with Oracle Database@Azure, all Azure subscriptions are linked to the OCI tenancy used for service onboarding.
1616

1717
## Prerequisites
18-
- You must onboard with Oracle Database@Azure before you can link Azure subscriptions to the service as described in this article. For more information, see [Onboarding with Oracle Database@Azure](onboard-oracle-database.md) and [Prerequisites for Oracle Database@Azure](onboard-oracle-database.md#prerequisites) for more information.
18+
- You must onboard with Oracle Database@Azure before you can link Azure subscriptions to the service as described in this article. For more information, see [Onboarding with Oracle Database@Azure](onboard-oracle-database.md).
1919
- Add the ``Oracle.Database`` resource provider to the subscription you're adding to the service. To add the subscription, navigate to the Azure subscription details page, then select Resource providers under Settings. Select ``Oracle.Database`` in the list of providers, then select **Register**.
2020
- Add the ``Microsoft.BareMetal``, ``Microsoft.Network``, and ``Microsoft.Compute`` resources providers to the subscription you're adding to the service. Add these resources from the Azure subscription details page, as you added the ``Oracle.Database`` resource provider described in the preceding prerequisite.
2121
>[!Note]
106 KB
Loading
193 KB
Loading
39.2 KB
Loading
92.5 KB
Loading
Lines changed: 16 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Onboard with Oracle Database@Azure
3-
description: Learn about onboarding your OracleOracle Database@Azure.
3+
description: Learn about onboarding with OracleOracle Database@Azure.
44
author: jjaygbay1
55
ms.service: oracle-on-azure
66
ms.collection: linux
@@ -12,66 +12,25 @@ ms.author: jacobjaygbay
1212

1313
# Onboard with Oracle Database@Azure
1414

15-
In this article, you learn how to subscribe to the Oracle Database@Azure service in your Azure environment.
15+
In this article, you learn about the purchase and configuration of Oracle Database@Azure, which is called onboarding.
1616

17-
Before subscribing to Oracle Database@Azure, review the prerequisites in this documentation and contact [Oracle Sales](https://www.oracle.com/corporate/contact/) if Oracle hasn't created an Azure private offer for your organization.
17+
You perform most onboarding tasks only one time, during your Oracle Database@Azure deployment. After you complete the onboarding tasks, you can begin provisioning and using Oracle Database resources in your Azure environment.
1818

19-
## Prerequisites
20-
To use the Oracle Database@Azure, you need the following items:
21-
- An existing Azure subscription.
22-
- An Azure virtual network with a subnet delegated to the Oracle Database@Azure service `Oracle.Database/networkAttachments`.
19+
## Purchase Oracle Database@Azure
2320

24-
If you don't have an Oracle Cloud (OCI) account, you can create one during your service deployment. If you do have an OCI account, you can use it with Oracle Database@Azure.
21+
The exact set of tasks you perform depends on the type of offer you purchase (Pay as You Go or private offer) and the database products you plan to use (Oracle Autonomous Database and Oracle Exadata Database Service). For details on the differences between the Pay as You Go offer and the private offer, see [Purchase Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/getting-started.htm#oaa_purchasing).
2522

26-
Optionally, you can create identity federation for your OCI account so that users can access the OCI tenancy using an Azure sign in. You must perform certain Oracle Database@Azure tasks related to Container Database (CDB) and Pluggable Database (PDB) management in the OCI console. If you choose not to federate your OCI tenancy with Azure's identity service, you must create OCI users using the OCI Identity and Access Management (IAM) service.
27-
For more information on creating identity federation using Azure's identity service, see [Identity Federation](https://docs.oracle.com/iaas/Content/multicloud/signup_guided_federation.htm) in the Oracle Multicloud documentation using Azure's identity service.
23+
Most of the onboarding tasks apply to all deployments. For tasks (or task sections) that depend on offer type or Oracle Database product, the documentation explains which tasks need to be completed for which scenarios.
2824

29-
## Step 1: Purchase Oracle Database@Azure in the Azure portal
25+
Onboarding uses both the Azure portal and the OCI Console.
3026

31-
1. Sign in to your Azure account.
32-
2. Navigate to the Marketplace service in the Azure portal. See [What is Azure Marketplace?](/marketplace/azure-marketplace-overview) in the Azure documentation for more information on Azure Marketplace.
27+
## Steps to onboard with Oracle Database@Azure
3328

34-
Alternately, if you received an email from Azure with a link to your private offer, you can select the link to go to your offer in the Azure portal. Skip to step 4 if you selected a link to your offer and are viewing it in the Azure portal.
35-
36-
3. In Azure Marketplace, under **Management**, select **Private Offer Management**.
37-
4. In the list of private offers, select the **View + accept** button in the row for the Oracle Database@Azure offer.
38-
5. Review the offer details, then accept and subscribe to the private offer. For more information on private offers in the Azure Marketplace, see [Private offers in Azure Marketplace](/marketplace/private-offers-in-azure-marketplace)
39-
40-
To accept and subscribe to the private offer:
41-
42-
1. Review the terms and conditions by clicking the "terms and conditions" link on the private offer page under **Private Offer's attachments and addendum**.
43-
2. Select the checkbox for **I have read the offer's terms and conditions** after reviewing the terms and conditions.
44-
3. Select the **Accept Private Offer** button. After a few moments, your browser will redirect to the **Private Offer Management** page.
45-
4. On the **Private Offer Management** page, the status of the private offer shows **Preparing for purchase**. After 10 to 15 minutes, the status updates to **Ready** and the **Purchase** button is enabled. Once the **Purchase** button is enabled, select it to continue. Your browser redirects to the **Create OracleSubscription** page.
46-
6. On the **Create OracleSubscription** page, select the **Basics** tab under **Project details** if this tab isn't already selected.
47-
7. Use the **Subscription** selector to select your subscription if it isn't already selected.
48-
8. In the Instance details section, enter "default" (with no quotation marks) in the Name field.Review the information in the following fields, which are configured for you:
49-
- **Name**: This field is automatically set to “default”.
50-
- **Region**: This field is automatically set to “Global”.
51-
- **Plan and Billing term**: The values in these fields are automatically set for your offer, and you don't need to set or change these values.
52-
53-
9. Select **Review + create** to continue.
54-
10. On the **Review + create** tab, review the information about your service and the **Marketplace terms of use**, then select **Create**. The Azure portal redirects to the deployment details for the Oracle Database@Azure service. The deployment of the service takes a few minutes.
55-
11. When the page displays the **Your deployment is complete** message, select the **Go to resource** button under **Next steps**. Your browser redirects to the deployment details page. The **Purchase status** for your private offer shows **Subscribed**.
56-
57-
## Step 2: Select your Oracle Cloud account
58-
59-
1. After completing your purchase of Oracle Database@Azure in the Azure portal, you need to choose an Oracle Cloud Infrastructure (OCI) account to use with your Oracle Database@Azure subscription service. You can choose to create a new account, or to use an existing account. Your OCI account is used for the provisioning and management of container databases (CDBs) and Pluggable databases (PDBs). Your OCI account also allows Oracle to provide infrastructure and software maintenance updates for your database service.
60-
Oracle will send you an email about creating an OCI account and tenancy for your Azure service after you complete the creation of the service described in the previous step.
61-
62-
2. In the email you receive from Oracle, select either the **Create new cloud account** button or the **Add to existing cloud account** button, depending on whether you want to create a new OCI account for the service or link the service to an existing OCI account.
63-
64-
- For new accounts, follow the instructions provided in [If you need to create a new cloud account](https://docs.oracle.com/iaas/Content/GSG/Tasks/buysubscription.htm#activate_order__new-account) in the Oracle Cloud documentation.
65-
- To link an existing account, follow the instructions provided in [If you already have an existing cloud account](https://docs.oracle.com/iaas/Content/GSG/Tasks/buysubscription.htm#activate_order__existing-account) in the Oracle Cloud documentation.
66-
67-
## Step 3 (optional): Create identity federation using Azure's identity service
68-
69-
Optionally, you can use Microsoft Entra ID for federated identity and access management. To set up identity federation using Azure's identity service, follow the directions in the [Identity Federation](https://docs.oracle.com/iaas/Content/multicloud/signup_guided_federation.htm) article in the Oracle Multicloud documentation.
70-
71-
## Next steps
72-
73-
- [Overview - Oracle Database@Azure](database-overview.md)
74-
- [Provision and manage Oracle Database@Azure](provision-oracle-database.md)
75-
- [Oracle Database@Azure support information](oracle-database-support.md)
76-
- [Network planning for Oracle Database@Azure](oracle-database-network-plan.md)
77-
- [Groups and roles for Oracle Database@Azure](oracle-database-groups-roles.md)
29+
- [Prerequisites](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/getting-started.htm#oaa_prerequisites)
30+
- [Accept Private Offer](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-2.htm#oaaonboard_task_2) (private offer purchases only)
31+
- [Purchase Offer](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-3.htm#oaaonboard_task_3)
32+
- [Link an OCI Account](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-4.htm#oaaonboard_task_4)
33+
- [Register with My Oracle Support](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-5.htm)
34+
- [Find the Azure Availability Zone Mapping](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-6.htm#oaaonboard_task_6) (optional)
35+
- [Set Up Role Based Access Control](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-7.htm#oaaonboard_task_7)
36+
- [Set Up Identity Federation](https://docs.oracle.com/en-us/iaas/Content/database-at-azure/oaaonboard-task-8.htm#oaaonboard_task_8) (optional)

0 commit comments

Comments
 (0)