Database Error Messages

ORA-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.