ORA-03239: maxextents (string) reached in LOB segment string.string subpartition string
What triggered the Error:
A LOB subpartition segment tried to extend past maxextents.What should we do to fix it:
If maxextents is less than the system maximum, raise it. Otherwise, recreate the subpartition with larger INITIAL, NEXT, or PCTINCREASE parameters.