Database Error Messages

ORA-03038

'character_value': invalid character
  • character_value: The invalid character causing the error.

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.