Error
Error Code: ACFS-03847

Oracle Database Error ACFS-03847: Destination Directory Not Writable

📦 Oracle Database
📋

Description

This error occurs when Oracle Automatic Storage Management Cluster File System (ACFS) attempts to create a file share but lacks the necessary write permissions on the specified destination directory. It indicates that the ACFS process cannot write to the target location, preventing the successful establishment of the shared resource.
💬

Error Message

Cannot create file share string as destination directory was not writable.
🔍

Known Causes

4 known causes
⚠️
Insufficient OS Permissions
The operating system user or group under which the ACFS resource is attempting to operate does not have write privileges on the specified destination directory.
⚠️
Destination Directory Missing
The path specified for the file share's destination directory does not exist on the file system, preventing any write operations.
⚠️
Misconfigured ACFS Resource
The Oracle ACFS resource definition for the file share might contain an incorrect or inaccessible path for the destination directory.
⚠️
Read-Only Filesystem
The underlying filesystem containing the destination directory is mounted in a read-only state, preventing any new file share creation.
🛠️

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