Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ACFSK-00072

A call to fcntl(2) F_SETFL has cleared O_DIRECT while I/O was active for the file with file identifier %2 in the volume %3. This is not allowed.

Cause

User-space code called fcntl and cleared the O_DIRECT open flag of a file being used for Direct I/O.


Action

Ensure that user-space code does not reset O_DIRECT when calling fcntl F_SETFL.