Database Error Messages

ORA-19600

input file is input_file_type file_num (file_name)
  • input_file_type: The input file type.
  • file_num: The file number, data file RECID, or the archive log RECID.
  • file_name: The file name of the file number.

Cause

This message identifies the input file for a failed copy operation. Both the file number and name (if the name has been determined) are shown.

  • For a data file, the file number refers to the data file absolute file number as shown in the DBA_DATA_FILES view.
  • For a data file copy, the file number refers to the control file record number as shown in the RECID column of the V$DATAFILE_COPY view.
  • For an archived log, the file number refers to the log's control file record number as shown in the RECID column of the V$ARCHIVED_LOG view.

Action

See other error message.