Oracle Error Message
ORA-14220: Invalid operation for object without a segment
Reason for the Error
Attempted to modify storage or allocate an extent for an object (table or LOB or index) without a segment.
Solution
Create segments for the object with the ALTER TABLE ALLOCATE EXTENT command.