Showing posts with label ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property. Show all posts
Showing posts with label ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property. Show all posts

Tuesday, 10 April 2012

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

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

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

Action: Resubmit the statement with the CASCADE INCLUDING DATA option.