Database Error Messages

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

OCI-43929

Collation cannot be specified if parameter MAX_STRING_SIZE=STANDARD is set.

Cause

The COLLATE or DEFAULT COLLATION clause was specified in a DDL statement or the DEFAULT_COLLATION parameter was specified in an ALTER SESSION statement, but the value of the initialization parameter MAX_STRING_SIZE was STANDARD. The data-bound collation feature is disabled if the value of this parameter is STANDARD.


Action

Set MAX_STRING_SIZE to EXTENDED by following the procedure documented in the Oracle Database Reference.