Error
Error Code:
ACFS-03501
Oracle Database Error ACFS-03501: Query Option Conflict
Description
This error indicates an incorrect usage of the 'query' option within an Oracle ACFS (Automatic Storage Management Cluster File System) command. It occurs when the 'query' option is combined with other options that are mutually exclusive, meaning they cannot be used together in a single command execution. This typically happens when attempting to retrieve information while simultaneously performing an action that modifies the ACFS filesystem or its components.
Error Message
The 'query' option may not be used with any other options.
Known Causes
3 known causesConflicting Command Options
The 'query' option was used in a command alongside another option that performs a different type of operation, such as modifying, adding, or deleting ACFS resources.
Incorrect Command Syntax
The command was constructed with an improper combination of options, violating the syntax rules for Oracle ACFS utilities where 'query' must be standalone.
Tool or Script Misconfiguration
An automated script or management tool attempted to execute an ACFS command with the 'query' option incorrectly bundled with other parameters.
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