Error
Error Code:
ACFS-05710
Oracle Database Error ACFS-05710: ACFS Tags on Character Devices
Description
This error indicates that an Oracle Automatic Storage Management Cluster File System (ACFS) operation involving file tags encountered a character device. ACFS tagging functionality is designed for regular files and directories, and it does not support character devices. When this error occurs, ACFS skips the character device, preventing the tagging operation from proceeding on that specific file.
Error Message
ACFS tags do not support character devices. Skipping file: string
Known Causes
3 known causesAttempting to Tag a Character Device
A user or application explicitly attempted to apply ACFS tags to a file that is recognized as a character device by the operating system (e.g., /dev/null).
Broad Scope for Tagging Operation
An ACFS tagging command or script was executed with a broad scope (e.g., recursively on a directory) that inadvertently included character device files present within the specified path.
Automated Script Interaction
An automated script or third-party application attempted to apply ACFS tags to files, including character devices, without proper filtering or validation for file types.
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