文档解释
ORA-42305: only an Editioning view may replace an Editioning view
Cause: An attempt was made to replace an Editioning view with a view which is not an Editioning view or vice versa.
Action: Ensure that either both or neither of the views involved are Editioning views.
ORA-42305 错误指示只有一个 Editioning view 才能取代另一个 Editioning view。
官方解释
ORA42305:“只有一个 Editioning view 才能取代另一个 Editioning view。”
常见案例
一般处理方法及步骤
1. 确定基本表上发生了什么更改,以及是在哪一个 Editioning view 之上发生了更改。
2. 根据表之间的关系,确定哪些表需要更新。
3. 检查 Editioning view 之上的任何依赖性,是否已更新,或者需要在其上作出更改。
4. 使用完整的 SQL 语句来取代 Editioning view。
5. 重新编译或开启所有间接引用。