Database Error Messages

ORA-03080

'character_value': invalid character in 'string_value'
  • character_value: The invalid character causing the error.
  • string_value: The string in which the invalid character causing the error occurs.

Cause

An invalid character has been encountered in the SQL statement.


Action

Remove the invalid character. If it is part of an identifier, enclose the identifier in double quotation marks.