Error
Error Code: ACFS-03348

Oracle Database Error ACFS-03348: Conflicting Statistics Display Options

📦 Oracle Database
📋

Description

This error indicates that an ACFS (ASM Cluster File System) command or utility was invoked with options that request both aggregated file system statistics and detailed individual item statistics simultaneously. ACFS tools are designed to provide either an overall summary or granular details, but not both in a single operation, leading to this conflict.
💬

Error Message

cannot display file system statistics and individual items at the same time
🔍

Known Causes

3 known causes
⚠️
Conflicting Command Line Options
Issuing an `acfsutil` command with arguments that simultaneously request both aggregate file system statistics and detailed individual item information.
⚠️
Automated Script Errors
A shell script or automation tool attempts to gather ACFS data using mutually exclusive statistical display options in a single call.
⚠️
Misinterpretation of ACFS Utility Syntax
Users may incorrectly assume that `acfsutil` commands can provide a combined view of system-wide and granular statistics in one output.
🛠️

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