How to fix the Oracle error ORA-16214: apply stalled for apply delay?
In this post, you’ll learn more about the Oracle ErrorORA-16214: apply stalled for apply delay with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16214: apply stalled for apply delay
Reason for the Error ORA-16214: apply stalled for apply delay
A delay has been specified on the primary database for this destination.
How to fix the Error ORA-16214: apply stalled for apply delay ?
You can fix this error in Oracle by following the below steps
Either turn off the delay on the primary or use DBMS_LOGSTDBY.APPLY_UNSET(‘APPLY_DELAY’); to override.
Leave Your Comment