Database Error Messages

ORA-11545

annotation value first_10_chars...expected_last_10_chars... exceeds 4000 bytes limit
  • first_10_chars: The leading 10 characters of the annotation value that is too long.
  • expected_last_10_chars: The expected trailing 10 characters of the annotation value. The value cannot go beyond that.

Cause

A string literal with more than 4000 bytes was specified.


Action

Specify at most 4000 bytes for the annotation value.