Database Error Messages

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.