Error
Error Code:
ACFS-03822
Oracle Database Error ACFS-03822: Conflicting Metadata Collection Options
Description
This error occurs when attempting to collect metadata using `acfsutil` or related Oracle ACFS commands. It indicates that mutually exclusive options, specifically 'e' (exclude) and 'i' (include), have been specified simultaneously, which is not permitted for metadata collection operations.
Error Message
string e and string i options cannot be used when collecting metadata
Known Causes
3 known causesIncorrect Command Syntax
The most common cause is providing both the 'e' (exclude) and 'i' (include) options in a single command, which are designed to be used independently.
Scripting or Automation Error
Automated scripts or tools might inadvertently construct commands with conflicting options due to logical errors or incorrect parameter handling.
Misunderstanding of Options
Users might not be aware that 'e' and 'i' options are mutually exclusive for metadata collection, leading to their incorrect combination.
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