Skip to content

Commit 48f6deb

Browse files
committed
Added new support article
1 parent a10fe13 commit 48f6deb

File tree

3 files changed

+22
-53
lines changed

3 files changed

+22
-53
lines changed

articles/oracle/oracle-db/database-overview.md

Lines changed: 11 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -33,50 +33,26 @@ To purchase Oracle Database@Azure, contact [Oracle's sales team](https://go.orac
3333

3434
Billing and payment for the service is done through Azure. Payment for Oracle Database@Azure counts toward your Microsoft Azure Consumption Commitment (MACC). Existing Oracle Database software customers can use the Bring Your Own License (BYOL) option or Unlimited License Agreements (ULAs). On your regular Microsoft Azure invoices, you can see charges for Oracle Database@Azure alongside charges for your other Azure Marketplace services.
3535

36+
## Integration with Azure Monitor
3637

38+
Metrics monitoring for Oracle databases running on dedicated Exadata Infrastructure, Exascale Infrastructure, and Autonomous database service is now available through Azure Monitor. This powerful capability enables comprehensive monitoring and insights to ensure optimal performance and reliability.
39+
40+
For detailed information on the list of supported metrics, please refer to the following:
41+
- [Oracle Exadata Database Service running on dedicated ExaData Infrastructure](/azure/azure-monitor/reference/supported-metrics/oracle-database-cloudvmclusters-metrics).
42+
- [Oracle Autonomous Database Service](/azure/azure-monitor/reference/supported-metrics/oracle-database-autonomousdatabases-metrics).
43+
- [Oracle Exadata Database Service running on Exascale Infrastructure](/azure/azure-monitor/reference/supported-metrics/oracle-database-exadbvmclusters-metrics).
44+
3745
## Compliance
3846

3947
Oracle Database@Azure is an Oracle Cloud database service that runs Oracle Database workloads in a customer's Azure environment. Oracle Database@Azure offers various Oracle Database Services through customer’s Microsoft Azure environment. This service allows customers to monitor database metrics, audit logs, events, logging data, and telemetry natively in Azure. It runs on infrastructure managed by Oracle's Cloud Infrastructure operations team who performs software patching, infrastructure updates, and other operations through a connection to Oracle Cloud.
4048
All infrastructure for Oracle Database@Azure is co-located in Azure's physical data centers and uses Azure Virtual Network for networking, managed within the Azure environment. Federated identity and access management for Oracle Database@Azure is provided by Microsoft Entra ID.
4149

4250
For detailed information on the compliance certifications please visit [Microsoft Services Trust Portal](https://servicetrust.microsoft.com/) and [Oracle compliance website](https://docs.oracle.com/en-us/iaas/Content/multicloud/compliance.htm). If you have further questions about OracleDB@Azure compliance please reach out to your account team and/or get information through [Oracle and Microsoft support for Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/multicloud/oaahelp.htm).
4351

44-
## Oracle Support scope and contact information
45-
46-
Oracle Support is your first line of support for all Oracle Database@Azure issues. Oracle Support can help you with the following types of Oracle Database@Azure issues:
47-
48-
- Database connection issues (Oracle TNS)
49-
- Oracle Database performance issues
50-
- Oracle Database error resolution
51-
- Networking issues related to communications with the OCI tenancy associated with the service
52-
- Quota (limits) increases to receive more capacity
53-
- Scaling to add more compute and storage capacity to Oracle Database@Azure
54-
- New generation hardware upgrades
55-
- Billing issues related to Oracle Database@Azure
56-
57-
If you contact Oracle Support, be sure to tell your Oracle Support agent that your issue is related to Oracle Database@Azure. Support requests for this service are handled by a support team that specializes in these deployments. A member of this specialized team contacts you directly.
58-
59-
1. Call **1-800-223-1711.** If you're outside of the United States, visit [Oracle Support Contacts Global Directory](https://www.oracle.com/support/contact.html) to find contact information for your country or region.
60-
2. Choose option "2" to open a new Service Request (SR).
61-
3. Choose option "4" for "unsure".
62-
4. Enter "#" each time you're asked for your CSI number. At the third attempt, your call is directed to an Oracle Support agent.
63-
5. Let the agent know that you have an issue with your multicloud system, and the name of the product (for example, or). An internal Service Request is opened on your behalf and a support engineer contacts you directly.
64-
65-
You can also submit a question to the Oracle Database@Azure forum in Oracle's [Cloud Customer Connect](https://community.oracle.com/customerconnect/categories/oracle-cloud-infrastructure-and-platform) community. This option is available to all customers.
66-
67-
## Azure Support scope and contact information
68-
69-
Azure provides support for the following, collaborating with OCI as needed:
70-
71-
- Virtual networking issues including those involving network address translation (NAT), firewalls, DNS and traffic management, and delegated Azure subnets.
72-
- Bastion and virtual machine (VM) issues including database host connection, software installation, latency, and host performance.
73-
- VM metrics, database logs, database events.
74-
75-
See [Contact Microsoft Azure Support](https://support.microsoft.com/topic/contact-microsoft-azure-support-2315e669-8b1f-493b-5fb1-d88a8736ffe4) in the Azure documentation for information on Azure support. For SLA information about the service offering, please refer to the [Oracle PaaS and IaaS Public Cloud Services Pillar Document](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.oracle.com%2Fcontracts%2Fdocs%2Fpaas_iaas_pub_cld_srvs_pillar_4021422.pdf%3Fdownload%3Dfalse&data=05%7C02%7Cjacobjaygbay%40microsoft.com%7Cc226ce0d176442b3302608dc3ed3a6d0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638454325970975560%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VZvhVUJzmUCzI25kKlf9hKmsf5GlrMPsQujqjGNsJbk%3D&reserved=0)
76-
7752
## Next steps
7853
- [Onboard with Oracle Database@Azure](onboard-oracle-database.md)
79-
- [Provision and manage Oracle Database@Azure](provision-oracle-database.md)
54+
- [Exadata Services for Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/database-at-azure-exadata/odexa-exadata-services.html)
55+
- [Autonomous Database Services for Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/database-at-azure-autonomous/odadb-autonomous-database-services.html)
8056
- [Oracle Database@Azure support information](oracle-database-support.md)
8157
- [Network planning for Oracle Database@Azure](oracle-database-network-plan.md)
82-
- [Groups and roles for Oracle Database@Azure](oracle-database-groups-roles.md)
58+
- [Groups and roles for Oracle Database@Azure](oracle-database-groups-roles.md)
Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Oracle Database@Azure support information
3-
description: Learn about how to get support for your Oracle Database@Azure.
2+
title: Support for Oracle Database@Azure
3+
description: Learn about support for Oracle Database@Azure.
44
author: jjaygbay1
55
ms.service: oracle-on-azure
66
ms.collection: linux
7-
ms.topic: concept-article
8-
ms.date: 1/24/2024
7+
ms.topic: overview
8+
ms.date: 04/15/2025
99
ms.custom: engagement-fy23
1010
ms.author: jacobjaygbay
1111
---
1212

13-
# Oracle Database@Azure support information
13+
# Support for Oracle Database@Azure
1414

15-
In this article, you learn how to get information and support for Oracle Database@Azure.
15+
When working with Oracle Database@Azure, it's important to know where to get support. Both Oracle and Azure offer comprehensive support services to help resolve any issues. Below, you'll find information on the scope of support provided by Oracle and Azure, along with contact details and procedures for reaching out to their support teams. This guide will help you efficiently navigate the support process for any Oracle Database@Azure-related concerns.
1616

17-
## Oracle Support scope and contact information
17+
## Oracle support scope and contact information
1818

1919
Oracle Support is your first line of support for all Oracle Database@Azure issues. Oracle Support can help you with the following types of Oracle Database@Azure issues:
2020

@@ -37,21 +37,12 @@ If you contact Oracle Support, be sure to tell your Oracle Support agent that yo
3737

3838
You can also submit a question to the Oracle Database@Azure forum in Oracle's [Cloud Customer Connect](https://community.oracle.com/customerconnect/categories/oracle-cloud-infrastructure-and-platform) community. This option is available to all customers.
3939

40-
## Azure Support scope and contact information
40+
## Azure support scope and contact information
4141

4242
Azure provides support for the following, collaborating with OCI as needed:
4343

4444
- Virtual networking issues including those involving network address translation (NAT), firewalls, DNS and traffic management, and delegated Azure subnets.
4545
- Bastion and virtual machine (VM) issues including database host connection, software installation, latency, and host performance.
4646
- VM metrics, database logs, database events.
4747

48-
See [Contact Microsoft Azure Support](https://support.microsoft.com/topic/contact-microsoft-azure-support-2315e669-8b1f-493b-5fb1-d88a8736ffe4) in the Azure documentation for information on Azure support. For SLA information about the service offering, please refer to the [Oracle PaaS and IaaS Public Cloud Services Pillar Document](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.oracle.com%2Fcontracts%2Fdocs%2Fpaas_iaas_pub_cld_srvs_pillar_4021422.pdf%3Fdownload%3Dfalse&data=05%7C02%7Cjacobjaygbay%40microsoft.com%7Cc226ce0d176442b3302608dc3ed3a6d0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638454325970975560%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VZvhVUJzmUCzI25kKlf9hKmsf5GlrMPsQujqjGNsJbk%3D&reserved=0)
49-
50-
## Next steps
51-
52-
- [Overview - Oracle Database@Azure](database-overview.md)
53-
- [Onboard with Oracle Database@Azure](onboard-oracle-database.md)
54-
- [Provision and manage Oracle Database@Azure](provision-oracle-database.md)
55-
- [Network planning for Oracle Database@Azure](oracle-database-network-plan.md)
56-
- [Groups and roles for Oracle Database@Azure](oracle-database-groups-roles.md)
57-
48+
See [Contact Microsoft Azure Support](https://support.microsoft.com/topic/contact-microsoft-azure-support-2315e669-8b1f-493b-5fb1-d88a8736ffe4) in the Azure documentation for information on Azure support. For SLA information about the service offering, see the [Oracle PaaS and IaaS Public Cloud Services Pillar Document](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.oracle.com%2Fcontracts%2Fdocs%2Fpaas_iaas_pub_cld_srvs_pillar_4021422.pdf%3Fdownload%3Dfalse&data=05%7C02%7Cjacobjaygbay%40microsoft.com%7Cc226ce0d176442b3302608dc3ed3a6d0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638454325970975560%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VZvhVUJzmUCzI25kKlf9hKmsf5GlrMPsQujqjGNsJbk%3D&reserved=0)

articles/oracle/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ items:
1919
href: oracle-db/oracle-database-network-plan.md
2020
- name: Known issues
2121
href: oracle-db/oracle-database-known-issues.md
22+
- name: Support for Oracle Database@Azure
23+
href: oracle-db/oracle-database-support.md
2224
- name: Onboarding
2325
items:
2426
- name: Onboard Oracle Database@Azure

0 commit comments

Comments
 (0)