Oracle Error ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA

Oracle Error Message

ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA

Reason for the Error

One of the following: 1) An attempt was made to alter a type with a dependent table in 8.0 image format and the NOT INCLUDING TABLE DATA option was specified. 2) An attempt was made to upgrade a table in 8.0 image format with the NOT INCLUDING DATA option specified.

Solution

Resubmit the statement with INCLUDING DATA option.