ORA-23361: materialized view “string” does not exist at master site
Cause: The materialized view does not exist at the master site for offline instantiation of the materialized view.
Action: The correct procedure is to create the materialized view in a different schema at the master site, and then follow the instructions for offline instantiation of materialized views.
1. 检查发行者站点上是否存在该物化视图。
2. 更改被发行库 aboveViewName 的字段定义,使订阅库的物化视图与设计的一致。
3. 重新创建物化视图的复制。
4. 将发行者站点上的物化视图删除,然后重新安装到被发行库中。
5. 使用start_replication来启动数据复制。 6.最后使用物化视图查询数据,确保正常使用。