Error
Error Code: ACFS-05058

Oracle Database Error ACFS-05058: Incorrect Replication Site Command

📦 Oracle Database
📋

Description

The ACFS-05058 error indicates that an Oracle ACFS (ASM Cluster File System) replication command was executed on a site (primary or standby) where it is not intended or configured to run. This error typically occurs in a primary-standby ACFS replication setup when a command's execution context mismatches the site's role.
💬

Error Message

command issued on the incorrect replication site
🔍

Known Causes

3 known causes
⚠️
Command Executed on Wrong Role Site
Certain ACFS replication commands are specific to either the primary (source) or standby (destination) site. Executing a primary-only command on a standby site, or vice-versa, will trigger this error.
⚠️
Misconfigured Replication Roles
The ACFS replication roles (primary/standby) for the file system might be incorrectly set, out of sync, or not properly recognized between the replication partners.
⚠️
Automated Script or Manual Error
Automated scripts or manual commands might be inadvertently executed on the wrong host within a cluster or across replication sites, leading to this operational error.
🛠️

Solutions

Coming Soon

Detailed step-by-step solutions for this error are being prepared. In the meantime, try these general troubleshooting tips:

General Troubleshooting Tips

  • Check the error message carefully for specific details
  • Review recent changes that might have caused the error
  • Search for the exact error code in the official documentation
  • Check log files for additional context
  • Try restarting the application or service