Database Error Messages

ORA-43927

Cannot specify default collation for object tables.

Cause

An attempt was made to explicitly state the default collation setting for an object table. However, default collations do not apply to object tables because all columns of an object table inherit collations from the attributes of the base type of the table.


Action

The operation is not allowed.