Oracle Solution for Error ora-22856

Solution for Oracle Error ORA-22856

ORA-22856: cannot add columns to object tables

What triggered the Error:

attempt was made to add columns to an object table. Object tables cannot be altered to add columns since its definition is based on an object type.

What should we do to fix it:

eate a new type with additional attributes, and use the new type to create an object table. The new object table will have the desired columns.