Oracle DBA, How To, Error, Cause and Action

ORA-14220: Invalid operation for object without a segment

ORA-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.

No comments:

Post a Comment

Thanks for your comment.