Database Error Messages

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

ORA-33234

(COLEXTR02) %a number number
The columns to be extracted must be between 1 and the maximum width of a text value (%1p). You cannot extract column %2p.

Cause

The sum of start column and the number of columns exceeded the maximum width of a text value plus one.


Action

Choose arguments that do not access columns greater than the maximum width of a text value.