ORA-14221: Dictionarymanaged tablespace cannot be used for this operation Cause: Attempted to create an index or add a LOB column in adictionary
managed tablespace to a table without a segment. Action: Specifya locally managed tablespace OR create segments for the table
with the ALTER TABLE ALLOCATE EXTENT command.