How to fix the Oracle error ORA-16108: database is no longer a standby database?
In this post, you’ll learn more about the Oracle ErrorORA-16108: database is no longer a standby database with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16108: database is no longer a standby database
Reason for the Error ORA-16108: database is no longer a standby database
The current database has already been made a primary database.
How to fix the Error ORA-16108: database is no longer a standby database ?
You can fix this error in Oracle by following the below steps
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;
Leave Your Comment