ORA-16111: log mining and apply setting up
Cause: This logical standby process is setting up to begin processing changes.
Action: No action necessary, this informational statement is provided to record the event for diagnostic purposes.
ORA-16111:日志挖掘错误。
1. 首先检查数据库的可用性和时间戳,以确保块同步任务正在正常运行。
2. 检查数据库空间。若没有足够空间来建立重做日志挖掘,则无法应用设置。
3. 使用PROCESSES 保持参数大于数据库重做日志挖掘所需的并发数。
4. 在继续升级前,先检查当前重做日志挖掘的设置,然后根据新的版本重新设置它们(若有必要)。
5. 为了更新日志挖掘,请在安装新版本前使用一个可用的重做日志挖掘版本,并使用以下指令来更新它:
alter database add supplemental log data (all) columns;
6. 关闭日志挖掘,重启它并重新应用设置。