How to fix the Oracle error ORA-16789: standby redo logs not configured?
In this post, you’ll learn more about the Oracle ErrorORA-16789: standby redo logs not configured with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16789: standby redo logs not configured
Reason for the Error ORA-16789: standby redo logs not configured
Standby redo logs were not configured for the database.
How to fix the Error ORA-16789: standby redo logs not configured ?
You can fix this error in Oracle by following the below steps
Standby redo logs are required when the redo transport mode is set to SYNC or ASYNC. Check the Data Guard documentation to see how to create standby redo logs.
Leave Your Comment