Oracle Solution for Error ora-16107

Solution for Oracle Error ORA-16107

ORA-16107: all log data from primary has been processed

What triggered the Error:

On the primary system, the log stream has been ended by the ALTER DATABASE COMMIT TO SWITCHOVER TO LOGICAL STANDBY command.

What should we do to fix it:

Issue one of the following commands to make this standby a primary or resume applying changes from a new primary. ALTER DATABASE COMMIT TO SWITCHOVER TO LOGICAL PRIMARY; ALTER DATABASE START LOGICAL STANDBY APPLY NEW PRIMARY dblink;