Database Error Messages

ORA-54042

Invisible column is not supported on this type of table.

Cause

An attempt was made to create or alter the visibility of a column on an unsupported table type. Invisible columns are only supported for heap and index-organized tables (IOT).


Action

These columns are not supported, change the DDL.