diff --git a/documentation/modules/ROOT/pages/connectors/oracle.adoc b/documentation/modules/ROOT/pages/connectors/oracle.adoc index edabd8cb9..35e8c944a 100644 --- a/documentation/modules/ROOT/pages/connectors/oracle.adoc +++ b/documentation/modules/ROOT/pages/connectors/oracle.adoc @@ -2402,7 +2402,7 @@ For example, to define a `selector` parameter that specifies the subset of colum |[[oracle-property-tasks-max]]<> |`1` -|The maximum number of tasks that to create for this connector. The Oracle connector always uses a single task and therefore does not use this value, so the default is always acceptable. +|The maximum number of tasks to create for this connector. The Oracle connector always uses a single task and therefore does not use this value, so the default is always acceptable. |[[oracle-property-database-hostname]]<> |No default @@ -3804,7 +3804,7 @@ The following configuration forces Oracle to switch log files every 20 minutes i ALTER SYSTEM SET archive_lag_target=1200 scope=both; ---- -Running the preceding query specific administrative privileges. +Running the preceding query requires specific administrative privileges. Coordinate with your database administrator to implement the change. As alternative to adjusting the Oracle `ARCHIVE_LAG_TARGET` parameter, you can limit the duration of an Oracle LogMiner session by setting the connector configuration option xref:oracle-property-log-mining-session-max-ms[`log.mining.session.max.ms`].