ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property
What triggered the Error:
attempt was made to alter the final property of a type with dependent table(s) without specifying the CASCADE INCLUDING DATA . option.What should we do to fix it:
submit the statement with the CASCADE INCLUDING DATA option.