Database Error Messages

OCI-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.