In this post, you’ll learn more about the Oracle ErrorORA-16093: dependent archive log destination is not LGWR-enabled with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16093: dependent archive log destination is not LGWR-enabled
Reason for the Error ORA-16093: dependent archive log destination is not LGWR-enabled
An archive log destination contains a dependency to another archive log destination that is not enabled for the LGWR process”
How to fix the Error ORA-16093: dependent archive log destination is not LGWR-enabled ?
You can fix this error in Oracle by following the below steps
The child archive log destination cannot be dependent on another archive log destination not archived by the LGWR. Use the ALTER SYSTEM command to change the parent archive log to specify the LGWR process.
Leave a Reply