How to fix the Oracle error ORA-16794: database guard is on for primary database?
In this post, you’ll learn more about the Oracle ErrorORA-16794: database guard is on for primary database with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16794: database guard is on for primary database
Reason for the Error ORA-16794: database guard is on for primary database
The database guard was turned on for the primary database.
How to fix the Error ORA-16794: database guard is on for primary database ?
You can fix this error in Oracle by following the below steps
Issue the ALTER DATABASE GUARD NONE command to turn off the guard and verify that Data Guard health check error or warning is cleared.
Leave Your Comment