Database Error Messages

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

ORA-33508

(FILEREAD01) Fileunit number is invalid. FILEREAD and FILEVIEW can only access input files opened with the FILEOPEN function.

Cause

The specified fileunit number did not refer to a file opened for input by FILEOPEN.


Action

Use the LISTFILES command to list available files, or the FILEOPEN function to open a new input file.