ORA-01693: max # extents (string) reached in lob segment string.string
What triggered the Error:
A LOB segment tried to extend past maxextentsWhat should we do to fix it:
If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.