Troubleshooting Autonomous AI Database on Dedicated Exadata Infrastructure

Use the following sections to help troubleshoot problems you have with Oracle Autonomous AI Database on Dedicated Exadata Infrastructure on Oracle Public Cloud and Exadata Cloud@Customer platforms.

Unable to Access Master Encryption Keys

APPLIES TO: Applicable Oracle Public Cloud only

Potential Cause

Autonomous Exadata VM Cluster (AVMC) is unable to reach the master encryption key.

Suggested Action

Verify that the master encryption key is reachable from the AVMC.

Resolution

Further Reference

Unable to Access Vault

APPLIES TO: Applicable Oracle Public Cloud only

Potential Cause

Autonomous Exadata VM Cluster (AVMC) is unable to read the Vault.

Suggested Action

Verify that the Vault is reachable from the AVMC.

Resolution

Further Reference

Backup to Network File System (NFS) is Failing

APPLIES TO: Applicable Exadata Cloud@Customer only

Potential Cause

NFS destination may be unreachable due to a network issue.

Suggested Action

Verify that the NFS is reachable from the Autonomous Exadata VM Cluster (AVMC) network.

Resolution

Further Reference

Documentation: About Backup and Recovery

Unable to Mount Network File System (NFS)

APPLIES TO: Applicable Exadata Cloud@Customer only

Potential Causes

Suggested Actions

Resolution

Unable to write a file in Network File System (NFS)

APPLIES TO: Applicable Exadata Cloud@Customer only

Potential Cause

Incorrect permissions on the NFS mount.

Suggested Action

Verify if the NFS mount has the right permission.

Resolution

Ensure Oracle user has the right permission on the NFS mount.

Unable to get outbound traffic from APEX

Error Code

OPC :ORA-24247 WHILE TRYING TO USE APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG

Potential Cause

Missing https & SMTP egress rules.

Suggested Action

Enable network access for APEX as per your requirement for tasks such as sending email, or accessing REST (or other HTTP based) resources. Access will only be available after the user configures it.

Resolution

To grant network access through APEX (as was previously configured out of the box):

Further Reference

Backup Retention Issues with ZDLRA

APPLIES TO: Applicable Exadata Cloud@Customer only

Potential Cause

The root cause depends on the details in the diagnostic report generated per the suggestions below.

Suggested Action

Resolution

Once you submit the SR with the diagnostic results, the Oracle Support team will contact you with a resolution for the corresponding issue.

Further Reference

Delay in Connecting to Autonomous AI Database with SQL*Plus

Potential Cause

Whenever you try to connect to Autonomous AI Database on Dedicated Exadata Infrastructure with SQL*Plus, it attempts to reach ONS on port 6200 to subscribe to FAN events, once per node. If the request to reach node 6200 expires due to a timeout after 10 seconds (per node), it proceeds with regular SQLNET 1521/2484, resulting in a delay in connection.

You may have a blocked ingress on the domU for port 6200, or a blocked egress on the client host.

Suggested Action

Provide ingress and egress rules for FAN port 6200 or disable subscription to FAN events on your client.

Resolution

You have two options to resolve this issue:

Further Reference