Error
Error Code:
ACFS-05955
Oracle Database Error ACFS-05955: Replication User Mismatch
Description
This error occurs during Oracle ACFS (ASM Cluster File System) replication operations. It indicates that the replication user account specified on the primary system (often via a command-line option like '-s') does not match the user configured to handle replication tasks on the designated standby system, preventing successful replication.
Error Message
The replication user ' string ' specified using the '-s' option does not match the replication user configured on the standby.
Known Causes
3 known causesIncorrect Primary User Specification
The replication user name provided with the '-s' option on the primary system contains a typo or is simply incorrect.
Standby User Configuration Discrepancy
The replication user configured within the ACFS environment on the standby system differs from the user name specified by the primary.
Replication User Not Created on Standby
The specified replication user exists on the primary but has not been created or properly configured with necessary privileges on the standby ACFS instance.
Solutions
Coming SoonGeneral 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