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.