Error
Error Code: ACFS-05736

Oracle Database Error ACFS-05736: Symlink Content Mismatch

📦 Oracle Database
📋

Description

This error indicates that Oracle Automatic Storage Management Cluster File System (ACFS) detected an inconsistency in the contents of a symbolic link compared to its expected target. It typically occurs when ACFS performs a validation or synchronization check on its file system structure, revealing a discrepancy.
💬

Error Message

string symlink contents comparison failed: symlink= string , contents= string
🔍

Known Causes

4 known causes
⚠️
Corrupted Symlink or Target
The symbolic link file itself or its target has been altered, corrupted, or deleted outside of ACFS's expected operations.
⚠️
Manual File System Changes
Unauthorized or manual modifications were made directly to symlinks or their targets within the ACFS volume, bypassing ACFS management.
⚠️
ACFS Internal Inconsistency
An internal issue within the ACFS file system, possibly due to a bug or unexpected shutdown, led to a metadata mismatch for the symlink.
⚠️
Replication or Snapshot Issue
In a replicated or snapshot environment, the symlink's state might not be consistent across all instances, leading to a comparison failure during validation.
🛠️

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