ORA-16288: DDL skipped due to missing edition “string” ORACLE 报错 故障修复 远程处理
文档解释
ORA-16288: DDL skipped due to missing edition “string”
Cause: The edition in which the DDL was performed on the primary did not exist on the standby database.
Action: No action is necessary. This informational statement is provided to record the event for diagnostic purposes.
官方解释
ORA-16288: DDL skipped due to missing edition string
Cause: The processor encountered an edition-based redefinition operation which uses the edition string, but the edition specified by the edition string could not be found.
Action: Create the edition with the specified string in the dictionary or modify the edition string to refer to an existing edition.
常见案例
一般处理方法及步骤
1. 先设置当前版本修订:
SQL> ALTER SESSION SET edition = version
2. 重新编译edition view:
SQL> ALTER EDITION EDITION_NAME COMPILE EDITION VIEW view_name;
3. 重新执行DDL操作:
SQL> ALTER TABLE…
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341