Database Error Messages

OCI-14220

Invalid operation for object without a segment

Cause

Attempted to modify storage or allocate an extent for an object (table or LOB or index) without a segment.


Action

Create segments for the object with the ALTER TABLE ALLOCATE EXTENT command.