Oracle Solution for Error ora-22336

Solution for Oracle Error ORA-22336

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

What triggered the Error:

e 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.

What should we do to fix it:

submit the statement with INCLUDING DATA option.