Database Error Messages

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

ORA-58024

File name 'file_name' contains an unexpected character - 'unexpected_character'.
  • file_name: The name of the file containing the unexpected character.
  • unexpected_character: The unexpected character.

Cause

A file name was specified that contained an unexpected character. Permitted characters are alphabetic, numeric, or the characters underscore (_), period (.), hyphen (-)' and number sign (#).


Action

Correct the file name specification.