Database Error Messages

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

ORADNFS-65059

error during validation of file specification string

Cause

Checks if input filename is of valid format or not. For example, if user is running the utility in Windows and if he gives Linux style '/' in file path, it will be converted to Windows style '' and processesed. In this case it will be considered positive validation and no error is returned. Likewise there are negative cases as well where error will be returned saying that validation failed


Action

Ensure that input filename is of valid format.