Database Error Messages

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

ORA-14770

An XML virtual column whose expression includes EXTRACTVALUE operator cannot be used for the partitioning key during interval [sub]partition.

Cause

Interval [sub]partition was not supported with an XML virtual column whose expression includes the EXTRACTVALUE operator.


Action

Use XMLCAST and XMLQUERY operators to define the virtual column expression for the partitioning key during interval [sub]partition.