Skip to content

Commit 7d855e2

Browse files
committed
fix links
1 parent 1d35651 commit 7d855e2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/current/_includes/molt/replicator-flags.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
### `pglogical` replication flags
5050

51-
The following flags are used when replicating from a [PostgreSQL source database](#connection-strings).
51+
The following flags are used when replicating from a [PostgreSQL source database](#source-connection-strings).
5252

5353
| Flag | Type | Description |
5454
|---------------------|------------|---------------------------------------------------------------------------------|
@@ -58,7 +58,7 @@ The following flags are used when replicating from a [PostgreSQL source database
5858

5959
### `mylogical` replication flags
6060

61-
The following flags are used when replicating from a [MySQL source database](#connection-strings).
61+
The following flags are used when replicating from a [MySQL source database](#source-connection-strings).
6262

6363
| Flag | Type | Description |
6464
|--------------------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -68,15 +68,15 @@ The following flags are used when replicating from a [MySQL source database](#co
6868

6969
### `oraclelogminer` replication flags
7070

71-
The following flags are used when replicating from an [Oracle source database](#connection-strings).
71+
The following flags are used when replicating from an [Oracle source database](#source-connection-strings).
7272

73-
| Flag | Type | Description |
74-
|------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
75-
| `--sourceSchema` | `STRING` | **Required.** Source schema name on Oracle where tables will be replicated from. |
76-
| `--scn` | `INT` | The snapshot System Change Number (SCN) from the initial data load. **Required** the first time `replicator` is run, as the SCN provides a replication marker for streaming changes. |
77-
| `--backfillFromSCN` | `INT` | The SCN of the earliest active transaction at the time of the initial snapshot. Ensures no transactions are skipped when starting replication from Oracle. |
78-
| `--sourcePDBConn` | `STRING` | Connection string for the Oracle pluggable database (PDB). Only required when using an [Oracle multitenant configuration](https://docs.oracle.com/en/database/oracle/oracle-database/21/cncpt/CDBs-and-PDBs.html). [`--sourceConn`](#replication-flags) **must** be included. |
79-
| `--oracle-application-users` | `STRING` | List of Oracle usernames responsible for DML transactions in the PDB schema. Enables replication from the latest-possible starting point. Usernames are case-sensitive and must match the internal Oracle usernames (e.g., `PDB_USER`). |
73+
| Flag | Type | Description |
74+
|------------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
75+
| `--sourceSchema` | `STRING` | **Required.** Source schema name on Oracle where tables will be replicated from. |
76+
| `--scn` | `INT` | The snapshot System Change Number (SCN) from the initial data load. **Required** the first time `replicator` is run, as the SCN provides a replication marker for streaming changes. |
77+
| `--backfillFromSCN` | `INT` | The SCN of the earliest active transaction at the time of the initial snapshot. Ensures no transactions are skipped when starting replication from Oracle. |
78+
| `--sourcePDBConn` | `STRING` | Connection string for the Oracle pluggable database (PDB). Only required when using an [Oracle multitenant configuration](https://docs.oracle.com/en/database/oracle/oracle-database/21/cncpt/CDBs-and-PDBs.html). [`--sourceConn`](#global-flags) **must** be included. |
79+
| `--oracle-application-users` | `STRING` | List of Oracle usernames responsible for DML transactions in the PDB schema. Enables replication from the latest-possible starting point. Usernames are case-sensitive and must match the internal Oracle usernames (e.g., `PDB_USER`). |
8080

8181
### `start` failback flags
8282

src/current/molt/molt-replicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ Specify the target database connection (the database you originally migrated fro
574574
--targetConn $TARGET
575575
~~~
576576

577-
Specify the CockroachDB connection string. For details, refer to [Connect using a URL]({% link {{ site.current_cloud_version }}/connection-parameters.md %}#connect-using-a-url %}).
577+
Specify the CockroachDB connection string. For details, refer to [Connect using a URL]({% link {{ site.current_cloud_version }}/connection-parameters.md %}#connect-using-a-url).
578578

579579
{% include_cached copy-clipboard.html %}
580580
~~~

0 commit comments

Comments
 (0)