Database Error Messages

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

OCI-03805

missing tablespace clause for LOB column or columns in one or more partitions

Cause

An attempt was made to split a table partition with LOB columns without specifying tablespaces for all LOB columns in each resulting partition after the split.


Action

Use LOB(column names) STORE AS clause in each partition to specify tablespaces for all the LOB columns in the table.