How to fix the Oracle error ORA-01694: max # extents (string) reached in lob segment string.string partition string?

In this post, you’ll learn more about the Oracle ErrorORA-01694: max # extents (string) reached in lob segment string.string partition string with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

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

A LOB segment tried to extend past maxextents

How to fix the Error ORA-01694: max # extents (string) reached in lob segment string.string partition string ?

You can fix this error in Oracle by following the below steps

If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.

Tags :

Leave Your Comment