How to fix the Oracle error ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA?
In this post, you’ll learn more about the Oracle ErrorORA-22336: table contained 8.0 image format, must specify INCLUDING DATA with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA
Reason for the Error ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA
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.
How to fix the Error ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA ?
You can fix this error in Oracle by following the below steps
Resubmit the statement with INCLUDING DATA option.
Leave Your Comment