Database Error Messages

OCI-14218

Invalid operation for object without a segment

Cause

The object (table or index or lob) did not have a segment.


Action

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