SOLVED

Warning: ORA-16854: Apply Lag Could Not Be Determined

Asked by OracleDba12 viewsoracle
1
2
3
Warning: ORA-16854: Apply Lag Could Not Be Determined

Warning: ORA-16854: Apply Lag Could Not Be Determined
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
6
7
8
9
The solution i tried is , cancelled the recovery and restarted the MRP again on standby db.

SQL> alter database recover managed standby database cancel;

Database altered.

SQL> alter database recover managed standby database using current logfile disconnect from session;

Database altered.
OracleDba

Post Your Solution