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