- Oracle GoldenGate Microservices REST API
- タスク
- Administrative Server
- Replicat
get
/services/{version}/replicats/{replicat}/info/checkpoints
必要なロール: ユーザー
Replicatプロセスのチェックポイント情報を取得します。
リクエスト
パス・パラメータ
- replicat(必須): string
最小長:
1
最大長:8
パターン:^[A-Z_$][A-Z0-9_$]*$
Replicatの名前。Replicat名は大文字で、先頭が英字、その後に英数字が最大で7文字続きます。
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
問合せパラメータ
- history: string
返される履歴チェックポイント・レコードの数
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
Replicatプロセスのチェックポイント情報が正常に取得されました。
本文()
ルート・スキーマ: Collection of all checkpoints for a replicat process
型:
object
タイトル:
ソースの表示
Collection of all checkpoints for a replicat process
- $schema:
指定できる値:
[ "ogg:replicatCheckpoints" ]
- current(必須): object current
Replicatプロセスの1つのチェックポイント
- history: array history
最小アイテム数:
1
最大アイテム数:100
{
"title":"Collection of all checkpoints for a replicat process",
"required":[
"current"
],
"type":"object",
"properties":{
"$schema":{
"enum":[
"ogg:replicatCheckpoints"
]
},
"current":{
"description":"Single checkpoint for an replicat process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
},
"additionalProperties":false
},
"history":{
"type":"array",
"items":{
"description":"Single checkpoint for an replicat process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"100"
}
},
"additionalProperties":false
}
ネストされたスキーマ: current
型:
object
Replicatプロセスの1つのチェックポイント
ソースの表示
- input: array input
最小アイテム数:
1
最大アイテム数:128
入力ごとのチェックポイントの詳細
{
"description":"Single checkpoint for an replicat process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
},
"additionalProperties":false
}
ネストされたスキーマ: history
型:
array
最小アイテム数:
1
最大アイテム数:
ソースの表示
100
- 配列: object items
Replicatプロセスの1つのチェックポイント
{
"type":"array",
"items":{
"description":"Single checkpoint for an replicat process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"100"
}
ネストされたスキーマ: input
型:
array
最小アイテム数:
1
最大アイテム数:
128
入力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: items
1つの入力のチェックポイントの詳細
1つに一致
ソースの表示
{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
}
ネストされたスキーマ: items-x-oneOf[0]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[1]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[2]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[3]
型:
ソースの表示
object
- boundedRecoveryBegin: object boundedRecoveryBegin
- boundedRecoveryEnd: object boundedRecoveryEnd
- boundedRecoveryPrevious: object boundedRecoveryPrevious
- current(必須): object current
- recovery(必須): object recovery
- starting(必須): object starting
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:2
パターン:^[A-Za-z][A-Za-z0-9]$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:2
パターン:^[A-Za-z][A-Za-z0-9]$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: boundedRecoveryBegin
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryEnd
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryPrevious
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: recovery
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: items
型:
object
Replicatプロセスの1つのチェックポイント
ソースの表示
- input(必須): array input
最小アイテム数:
1
最大アイテム数:128
入力ごとのチェックポイントの詳細
{
"description":"Single checkpoint for an replicat process",
"type":"object",
"properties":{
"input":{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
},
"required":[
"input"
],
"additionalProperties":false
}
ネストされたスキーマ: input
型:
array
最小アイテム数:
1
最大アイテム数:
128
入力ごとのチェックポイントの詳細
ソースの表示
{
"description":"Checkpoint details for each input",
"type":"array",
"items":{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"128"
}
ネストされたスキーマ: items
1つの入力のチェックポイントの詳細
1つに一致
ソースの表示
{
"description":"Checkpoint details for a single input",
"x-oneOf":[
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
},
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
]
}
ネストされたスキーマ: items-x-oneOf[0]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[1]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[2]
型:
ソースの表示
object
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current"
],
"additionalProperties":false
}
ネストされたスキーマ: items-x-oneOf[3]
型:
ソースの表示
object
- boundedRecoveryBegin: object boundedRecoveryBegin
- boundedRecoveryEnd: object boundedRecoveryEnd
- boundedRecoveryPrevious: object boundedRecoveryPrevious
- current(必須): object current
- recovery(必須): object recovery
- starting(必須): object starting
{
"type":"object",
"properties":{
"starting":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"current":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"recovery":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryBegin":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryPrevious":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
},
"boundedRecoveryEnd":{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
},
"required":[
"starting",
"current",
"recovery"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:2
パターン:^[A-Za-z][A-Za-z0-9]$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
2
最大長:2
パターン:^[A-Za-z][A-Za-z0-9]$
トレイルの名前 - offset(必須): offset
- path: string
最小長:
1
最大長:4096
トレイル・データが格納されるパス - sequence(必須): integer
最小値:
0
最大値:999999999
デフォルト値:0
トレイル・ファイル順序番号 - sequenceLength(必須):
指定できる値:
[ "6", "9" ]
順序ファイル名の字数 - sequenceLengthFlip(必須): boolean
順序番号の長さが変化することを示します
- timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[A-Za-z][A-Za-z0-9]$",
"minLength":"2",
"maxLength":"2"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"sequence":{
"description":"Trail file sequence number",
"type":"integer",
"minimum":"0",
"maximum":"999999999",
"default":"0"
},
"offset":{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
},
"sequenceLength":{
"description":"Number of digits in sequence file name",
"enum":[
"6",
"9"
]
},
"sequenceLengthFlip":{
"description":"Indicates sequence number length will change",
"type":"boolean"
}
},
"required":[
"timestamp",
"name",
"sequence",
"offset",
"sequenceLength",
"sequenceLengthFlip"
],
"additionalProperties":false
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: offset
1つに一致
ソースの表示
-
指定できる値:
[ "-2" ]
BEGIN NOWの特殊な値 - integer
最小値:
0
最大値:2147483647
トレイル順序ファイルのオフセット
{
"x-oneOf":[
{
"description":"Special value for BEGIN NOW",
"enum":[
"-2"
]
},
{
"description":"Offset in trail sequence file",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): string
最小長:
1
最大長:4096
ファイルの名前 - offset(必須): integer
最小値:
0
最大値:9223372036854776000
ファイル内のオフセット - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the file",
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
"offset":{
"description":"Offset in file",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"offset"
],
"additionalProperties":false
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: current
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- name(必須): name
表の名前
- sequence(必須): integer
最小値:
0
最大値:9223372036854776000
表のレコード数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"name":{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
},
"sequence":{
"description":"Record number from table",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
}
},
"required":[
"timestamp",
"name",
"sequence"
],
"additionalProperties":false
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: name
表の名前
いずれかに一致
ソースの表示
- string
最小長:
1
最大長:130
パターン:^([^.*?"]{1,128}|["].{1,128}["])$
- name-x-anyOf[1]
{
"description":"The name of the table",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name-x-anyOf[1]
いずれかに一致
ソースの表示
- string
最小長:
3
最大長:261
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
- string
最小長:
5
最大長:392
パターン:^([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])[.]([^.*?"]{1,128}|["].{1,128}["])$
{
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])[.]([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: boundedRecoveryBegin
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryEnd
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: boundedRecoveryPrevious
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: current
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: recovery
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: starting
型:
ソースの表示
object
- csn(必須): csn
- name(必須): name
アーカイブ・ログの名前
- offset(必須): integer
最小値:
0
最大値:2147483647
アーカイブ・ログのオフセット - sequence(必須): integer
最小値:
0
最大値:4294967295
アーカイブ・ログの順序 - thread(必須): integer
最小値:
0
最大値:4294967295
統合キャプチャのスレッド数 - timestamp(必須): timestamp
チェックポイントが記録された時間
{
"type":"object",
"properties":{
"timestamp":{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
},
"csn":{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
},
"thread":{
"description":"Integrated capture thread number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"sequence":{
"description":"Archive log sequence",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"offset":{
"description":"Archive log offset",
"type":"integer",
"minimum":"0",
"maximum":"2147483647"
},
"name":{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
},
"required":[
"timestamp",
"csn",
"thread",
"sequence",
"offset",
"name"
],
"additionalProperties":false
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
ネストされたスキーマ: csn
1つに一致
ソースの表示
{
"x-oneOf":[
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
},
{
"type":"null"
}
]
}
ネストされたスキーマ: name
アーカイブ・ログの名前
1つに一致
ソースの表示
{
"description":"The name of the archive log",
"x-oneOf":[
{
"type":"string",
"minLength":"1",
"maxLength":"4096"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: timestamp
チェックポイントが記録された時間
1つに一致
ソースの表示
- string
最小長:
20
最大長:32
パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
- null
{
"description":"Time the checkpoint was recorded",
"x-oneOf":[
{
"type":"string",
"pattern":"^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$",
"minLength":"20",
"maxLength":"32"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: csn-x-oneOf[0]
1つに一致
ソースの表示
- integer
最小値:
0
最大値:9223372036854776000
Oracle Databaseの場合のシステム変更番号(標準形式)。例:6488359
- string
最小長:
3
最大長:64
パターン:[0-9]+[.][0-9]+
Oracle Databaseの場合のシステム変更番号(代替形式)。例:6488359.3456712
{
"x-oneOf":[
{
"description":"System Change Number(Normal Format) for Oracle Database.",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000",
"example":"6488359"
},
{
"description":"System Change Number(Alternate Format) for Oracle Database.",
"type":"string",
"pattern":"[0-9]+[.][0-9]+",
"minLength":"3",
"maxLength":"64",
"example":"6488359.3456712"
}
]
}
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"href":"http://localhost:11001/services/v2/replicats/REP2/info/checkpoints",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/replicats/REP2/info/checkpoints",
"mediaType":"application/json",
"rel":"self"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
"mediaType":"application/schema+json",
"rel":"describedby"
}
],
"messages":[
],
"response":{
"$schema":"ogg:replicatCheckpoints",
"current":{
"input":[
{
"current":{
"name":"X2",
"offset":"4528",
"sequence":"0",
"sequenceLength":"9",
"sequenceLengthFlip":false,
"timestamp":"2021-07-13T16:37:59.000Z"
},
"starting":{
"name":"X2",
"offset":"0",
"sequence":"0",
"sequenceLength":"9",
"sequenceLengthFlip":false,
"timestamp":null
}
}
]
}
}
}