Oracle Message ORA-16108 - database is no longer a standby database

ERRORdatabase is no longer a standby database
CAUSEThe current database has already been made a primary database.
ACTIONIssue 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;