Database Error Messages

ORA-03845

cannot create substitutable columns of object data type on sharded or duplicated tables

Cause

An attempt was made to create a substitutable column of object data type on a sharded or duplicated table.


Action

For sharded table, create this column with the NOT SUBSTITUTABLE option. For duplicated table, do not use non-final object data type.