Database Error Messages

ORA-54039

table must have at least one column that is not invisible

Cause

An attempt was made to create or alter a table to have only invisible columns.


Action

Include at least one column that is not invisible in the table being created or altered.