Oracle DBA, How To, Error, Cause and Action

ORA-12999: cannot DROP or SET UNUSED a column that has been set unused

ORA-12999: cannot DROP or SET UNUSED a column that has been set unused

Cause:

An attempt was made to DROP or SET UNUSED a column that has already been 'set unused'.


Action:

Use the DROP UNUSED COLUMNS option to remove the column.

No comments:

Post a Comment

Thanks for your comment.