Oracle Solution for Error ora-01694

Solution for Oracle Error ORA-01694

ORA-01694: max # extents (string) reached in lob segment string.string partition string

What triggered the Error:

A LOB segment tried to extend past maxextents

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