Error
Error Code:
ACFS-03904
Oracle Database Error ACFS-03904: ACFS Auto-Resize Increment Not Set
Description
The ACFS-03904 error indicates that an Oracle ASM Cluster File System (ACFS) volume, configured for automatic resizing, lacks a defined increment value. This prevents the file system from expanding automatically when space runs low, potentially causing storage full conditions and application issues. It commonly occurs during ACFS creation or modification if the auto-resize increment is not specified.
Error Message
No auto-resize increment is currently configured.
Known Causes
3 known causesMissing Increment During Creation
The `AUTO_RESIZE_INCREMENT` attribute was not specified when the ACFS volume was initially created with auto-resize enabled.
Auto-Resize Enabled Without Increment
Auto-resize was enabled on an existing ACFS volume, but the necessary increment value was not subsequently configured.
Invalid Configuration Command
An incorrect or incomplete command was used to set or modify the auto-resize properties for the ACFS file system.
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