What is the solution for ORA-16854: Apply Lag Could Not Be Determined error?
Anonymous Answered question 09/11/2022
To fix the error you can try the following steps:
1. Cancel log apply services
SQL> alter database recover managed standby database cancel;
2. And then start the managed recovery operation
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
meda Changed status to publish 09/11/2022