ORA-16108: database is no longer a standby database
What triggered the Error:
The current database has already been made a primary database.What should we do to fix it:
Issue the following commands to make this primary a standby. ALTER DATABASE COMMIT TO SWITCHOVER TO LOGICAL STANDBY; ALTER DATABASE START LOGICAL STANDBY APPLY NEW PRIMARY dblink;