Oracle Error Message
ORA-16108: database is no longer a standby database
Reason for the Error
The current database has already been made a primary database.
Solution
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;