Oracle Error ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property

Oracle Error Message

ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property

Reason for the Error

An attempt was made to alter the final property of a type with dependent table(s) without specifying the CASCADE INCLUDING DATA . option.

Solution

Resubmit the statement with the CASCADE INCLUDING DATA option.