aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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

ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA
Cause: 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.
Action: Resubmit the statement with INCLUDING DATA option.

请先 登录 后评论

1 个回答

小智
ORA-22336:表包含8.0图像格式,必须指定INCLUDING DATA,
.原因:以下情况之一:1)尝试使用8.0映像格式的依赖表更改类型,并且指定了NOT INCLUDING TABLE DATA选项。2)尝试使用指定的NOT INCLUDING DATA选项升级8.0映像格式的表。,
.操作:使用INCLUDING DATA选项重新提交语句。,
.
请先 登录 后评论