Database Error Messages

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

DIA-48133

file descriptor has already been opened [string] [string]

Cause

The specified file descriptor has already been opened.


Action

Do not open a file that has previously been opened, or check your code to make sure you are cleaning up a file descriptor that is being reused correctly.