Oracle Error ORA-14221: Dictionary managed tablespace cannot be used for this operation

Oracle Error Message

ORA-14221: Dictionary managed tablespace cannot be used for this operation

Reason for the Error

Attempted to create an index or add a LOB column in a dictionary managed tablespace to a table without a segment.

Solution

Specify a locally managed tablespace OR create segments for the table with the ALTER TABLE ALLOCATE EXTENT command.