Oracle Autonomous Database Services

Use the information in this section to resolve common errors of Oracle Autonomous Database Services.

IP Address Requirement Differences for Autonomous Database Services

There are IP address requirement differences between Oracle Database@Azure and Oracle Cloud Infrastructure (OCI).

  • Oracle Database@Azure reserves 13 IP addresses for the client subnet versus 3 for OCI requirements.

Maximum Transmission Unit (MTU) Differences for Autonomous Database Services

Maximum transmission unit (MTU) is the largest frame size (in bytes) that can be sent. It is a configurable setting.

  • Azure default MTU size = 1500 bytes
  • OCI default MTU size = 9000 bytes

Due to the differences in default MTU sizes, Path MTU Discovery (PMTUD) is required to determine the proper MTU between Azure resources and OCI services. For PMTUD to work, customers must allow Internet Control Message Protocol (ICMP) Type 3 code 4 on the entire network stack. Turning off ICMP completely can result in connectivity issues.

Azure Resource Group Deletion Fails If It Contains an Oracle Autonomous Database

If you try to delete a Resource Group with all its dependent resources, and there is an Autonomous Database in that Resource Group, then the deletion operation fails. The database life cycle state remains in the "Deleting" state.

Error:
Failed to delete resource group <resource_group>: Deletion of resource
      group '<resource_group>' did not finish within the allowed time as resources with
      identifiers 'Microsoft.Network/networkInterfaces/{AAA},Microsoft.Network/virtualNetworks/{BBB},Microsoft.BareMetal/bareMetalConnections/{CCC}' could not be deleted. The provisioning state of the resource group will be rolled
      back.

The database activity log records the following:

"Error":{"Code":"ServerTimeout","Target":null,"Message":"The request to delete the resource 'XXX' timed out.

Workaround: Delete the Oracle Autonomous Database manually before deleting the Resource Group it belongs to.

Create Oracle Autonomous Database Serverless Workflow Contact List Disabled

When using the Create Oracle Autonomous Database Serverless workflow, the Contact List is disabled after entering an email address.

This happens if the email address entered has a '\' (backslash) character in the address string. Do not enter a '\' (backslash) character when entering email address.

Metrics Reporting Losses in Microsoft Azure

If any exporter sends a metric that is older than 20 minutes, the agents drops it and customers lose that data.

This 20 minute time-out is a limitation of Microsoft Azure, and applies to any exporter. For example, here are some scenarios where metrics may be lost.
  • Expired certificates: Exporter cannot establish connection with agent and a backlog of metrics builds. After rotating to new certificates, the metrics are stale and because they are more than 20 minutes old, the agent drops the metrics and customers will see these metrics.
  • Exporter backlog: When the exporter, for any reason, develops a backlog that results in the exporter taking longer than usual to process the metrics, metric will be lost if they are received by the agent more than 20 minutes old.
These are not an exhaustive list of examples, but are intended to provide context to metrics reporting loss.