DBZ-5076 Fix typo: archive_log_target to archive_lag_target

This commit is contained in:
Chris Cranford 2022-05-02 08:26:40 -04:00 committed by Chris Cranford
parent 7fbc53df9d
commit 0ebd75e362

View File

@ -3715,7 +3715,7 @@ The following configuration forces Oracle to switch log files every 20 minutes i
[source,sql]
----
ALTER SYSTEM SET archive_log_target=1200 scope=both;
ALTER SYSTEM SET archive_lag_target=1200 scope=both;
----
This change will likely require SYSDBA permissions, so coordinate with your database administrator.