Error
Error Code: ACFS-03351

Oracle Database Error ACFS-03351: Concurrent Fragmentation Display Issue

📦 Oracle Database
📋

Description

This error indicates a conflict in display options when attempting to view Oracle ACFS file system information. It occurs when a command requests both overall file system fragmentation data and detailed information about individual files or items concurrently. ACFS utilities are designed to provide these distinct types of information separately, not combined in a single output.
💬

Error Message

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

Known Causes

3 known causes
⚠️
Conflicting Command Options
The most common cause is using `acfsutil` with command-line options that are designed to display distinct types of information, such as overall fragmentation and individual item details, in a single query.
⚠️
Misunderstanding Tool Capabilities
Users might incorrectly assume that ACFS utilities can provide a consolidated view of both file system fragmentation statistics and detailed individual file attributes in one output.
⚠️
Automated Scripting Error
If this error occurs in an automated context, a script might be improperly constructed to pass conflicting display parameters to `acfsutil` commands.
🛠️

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