Database Error Messages

ORA-14812

Operations on partitions through DBMS_LOB package are not permitted during a concurrent online move of the partition.

Cause

A DBMS_LOB operation was issued on a Large Object (LOB) while an ALTER TABLE MOVE PARTITION ONLINE was executing concurrently on the partition containing the LOB.


Action

Reissue the DBMS_LOB operation after MOVE PARTITION ONLINE has completed.