aiaiDBA

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

13718043309

010-86462881

ORA-32304: materialized views with user-defined types cannot use prebuilt table

ORA-32304: materialized views with user-defined types cannot use prebuilt table
Cause: An attempt was made to create a materialized view with the ON PREBUILT TABLE option.
Action: Do not create the materialized view with the ON PREBUILT TABLE option.

请先 登录 后评论

1 个回答

小智
ORA-32304:具有用户定义类型的实例化视图不能使用预构建的表,
.原因:试图使用ON PREBUILT TABLE选项创建实例化视图。,
.操作:不要使用ON PREBUILT TABLE选项创建物化视图。,
.
请先 登录 后评论