aiaiDBA

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

13718043309

010-86462881

ORA-32308: object materialized views must use SELECT *

ORA-32308: object materialized views must use SELECT *
Cause: An attempt was made to create an object materialized view where the definition query did not use SELECT * at the topmost level.
Action: Rewrite the definition query so that SELECT * is used at the topmost level.

请先 登录 后评论

1 个回答

小智
ORA-32308:对象实例化视图必须使用SELECT *,
.原因:试图创建一个对象物化视图,其中定义查询未在最高级别使用SELECT *。,
.操作:重写定义查询,以便在最高级别使用SELECT *。,
.
请先 登录 后评论