DBZ-2994 Update documentation references

This commit is contained in:
Chris Cranford 2021-03-17 14:57:38 -04:00 committed by Gunnar Morling
parent 97da4333a3
commit a5be82bc2e

View File

@ -527,12 +527,12 @@ Let's look at what a _create_ event value might look like for our `customers` ta
"field": "txId"
},
{
"type": "int64",
"type": "string",
"optional": true,
"field": "scn"
},
{
"type": "int64",
"type": "string",
"optional": true,
"field": "commit_scn"
},
@ -573,8 +573,8 @@ Let's look at what a _create_ event value might look like for our `customers` ta
"name": "server1",
"ts_ms": 1520085154000,
"txId": "6.28.807",
"scn": 2122185,
"commit_scn": 2122185,
"scn": "2122185",
"commit_scn": "2122185",
"snapshot": false
},
"op": "c",
@ -627,8 +627,8 @@ Here's an example:
"name": "server1",
"ts_ms": 1520085811000,
"txId": "6.9.809",
"scn": 2125544,
"commit_scn": 2125544,
"scn": "2125544",
"commit_scn": "2125544",
"snapshot": false
},
"op": "u",
@ -676,8 +676,8 @@ Now, let's look at the value of a _delete_ event for the same table. Once again,
"name": "server1",
"ts_ms": 1520085153000,
"txId": "6.28.807",
"scn": 2122184,
"commit_scn": 2122184,
"scn": "2122184",
"commit_scn": "2122184",
"snapshot": false
},
"op": "d",
@ -1655,7 +1655,7 @@ The *MBean* is `debezium.oracle:type=connector-metrics,context=log-miner,server=
|Attributes |Type |Description
|[[log-miner-metrics-currentscn]]<<log-miner-metrics-currentscn, `+CurrentScn+`>>
|`long`
|`string`
|The most recent SCN that has been processed.
|[[log-miner-metrics-currentredologfilename]]<<log-miner-metrics-currentredologfilename, `+CurrentRedoLogFileName+`>>