ORA-16645: startup of an instance interrupted current operation
Cause: The startup of an instance that is not part of the broker configuration prevented the operation from completing.
Action: Reissue the operation after the new instance has joined the Data Guard configuration.
这是一个Oracle数据库错误。
Oracle 数据库错误 ORA-16645的含义是:启动实例映像时中断了当前操作。
一般见于一个在启动实例时,有正在进行的操作被中断。
1. 检查是否有其它数据库运行在该实例上。
2. 如果有,确保其它数据库正在正常运行。
3. 通过使用 “startup force” 强制启动实例。