Error
Error Code: ACFS-03350

Oracle Database Error ACFS-03350: Conflicting ACFS Display Options

📦 Oracle Database
📋

Description

This error indicates a conflict when attempting to display both file system statistics and fragmentation information for an Oracle ACFS volume in a single command. Oracle ACFS tools do not support showing these two distinct types of data simultaneously, requiring separate operations for each.
💬

Error Message

cannot display file system statistics and fragmentation at the same time
🔍

Known Causes

3 known causes
⚠️
Conflicting Command Line Options
The most common cause is specifying command-line options that request both file system statistics and fragmentation details simultaneously, which are mutually exclusive.
⚠️
Incorrect Utility Usage
Users might be unaware that Oracle ACFS utilities require separate commands or options for viewing statistics versus fragmentation.
⚠️
Automated Script Error
An automated script or application might incorrectly combine options for statistics and fragmentation display, leading to this error during execution.
🛠️

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