ORA-01681: max # extents (string) reached in LOB segment in tablespace string
Cause: A LOB segment tried to extend past max extents.
Action: If maxextents for the tablespace is less than the the system maximum, you can raise that. Otherwise, raise pctincrease for the tablespace
ORA-01681:是在表空间中的LOB段上最大扩展数达到极限时抛出的一个错误信息。
1. 首先,查看表空间中LOB段的分配 limts。
2.检查表空间中LOB物理段已用的存储空间,看它是否达到了最大限制。
3.在表空间中对LOB物理段进行扩展。
4.如果此时LOB物理段的分配限制还未满足要求,可能需要改变LOB物理段的存储空间以适应需求的扩展。