Root Schema : Oracle GoldenGate Current In-Flight Transactions
Type: object
Title: Oracle GoldenGate Current In-Flight Transactions
Show Source
{
"title":"Oracle GoldenGate Current In-Flight Transactions",
"type":"object",
"properties":{
"$schema":{
"enum":[
"mpoints:currentInflightTransactions"
]
},
"currentInflightTransactions":{
"type":"array",
"minItems":"0",
"maxItems":"2147483647",
"items":{
"type":"object",
"properties":{
"commitScn":{
"description":"SCN Number",
"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"
}
]
},
"scn":{
"description":"SCN Number",
"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"
}
]
},
"zosLsn":{
"description":"DB2 z/OS LSN",
"type":"string",
"minLength":"1",
"maxLength":"20"
},
"flags":{
"description":"Transaction flags",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"coUid":{
"description":"CO UID",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"xid":{
"description":"Transaction ID",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"startTime":{
"description":"Transaction start time",
"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"
},
"extract":{
"description":"Extract Name",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"status":{
"description":"Transaction status",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"redoRba":{
"description":"Redo RBA",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoSeq":{
"description":"Redo Sequence Number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"logStreamId":{
"description":"Log Stream Id for DB2LUW",
"type":"integer",
"minimum":"0",
"maximum":"18446744073709552000"
},
"size":{
"description":"Number of items in transaction",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoThread":{
"description":"Redo Thread ID",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
}
},
"additionalProperties":false
}
}
},
"additionalProperties":false
}
Nested Schema : currentInflightTransactions
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 2147483647
Show Source
{
"type":"array",
"minItems":"0",
"maxItems":"2147483647",
"items":{
"type":"object",
"properties":{
"commitScn":{
"description":"SCN Number",
"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"
}
]
},
"scn":{
"description":"SCN Number",
"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"
}
]
},
"zosLsn":{
"description":"DB2 z/OS LSN",
"type":"string",
"minLength":"1",
"maxLength":"20"
},
"flags":{
"description":"Transaction flags",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"coUid":{
"description":"CO UID",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"xid":{
"description":"Transaction ID",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"startTime":{
"description":"Transaction start time",
"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"
},
"extract":{
"description":"Extract Name",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"status":{
"description":"Transaction status",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"redoRba":{
"description":"Redo RBA",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoSeq":{
"description":"Redo Sequence Number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"logStreamId":{
"description":"Log Stream Id for DB2LUW",
"type":"integer",
"minimum":"0",
"maximum":"18446744073709552000"
},
"size":{
"description":"Number of items in transaction",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoThread":{
"description":"Redo Thread ID",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
}
},
"additionalProperties":false
}
}
Nested Schema : items
Type: object
Show Source
-
commitScn:
commitScn
-
coUid:
integer
Minimum Value: 0
Maximum Value: 9223372036854776000
CO UID
-
extract:
string
-
flags:
string
Minimum Length: 1
Maximum Length: 100
Transaction flags
-
logStreamId:
integer
Minimum Value: 0
Maximum Value: 18446744073709552000
Log Stream Id for DB2LUW
-
redoRba:
integer
Minimum Value: 0
Maximum Value: 4294967295
Redo RBA
-
redoSeq:
integer
Minimum Value: 0
Maximum Value: 4294967295
Redo Sequence Number
-
redoThread:
integer
Minimum Value: 0
Maximum Value: 4294967295
Redo Thread ID
-
scn:
scn
-
size:
integer
Minimum Value: 0
Maximum Value: 4294967295
Number of items in transaction
-
startTime:
string
Minimum Length: 20
Maximum Length: 32
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])$
Transaction start time
-
status:
string
Minimum Length: 1
Maximum Length: 100
Transaction status
-
xid:
string
Minimum Length: 1
Maximum Length: 16
Transaction ID
-
zosLsn:
string
Minimum Length: 1
Maximum Length: 20
DB2 z/OS LSN
{
"type":"object",
"properties":{
"commitScn":{
"description":"SCN Number",
"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"
}
]
},
"scn":{
"description":"SCN Number",
"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"
}
]
},
"zosLsn":{
"description":"DB2 z/OS LSN",
"type":"string",
"minLength":"1",
"maxLength":"20"
},
"flags":{
"description":"Transaction flags",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"coUid":{
"description":"CO UID",
"type":"integer",
"minimum":"0",
"maximum":"9223372036854776000"
},
"xid":{
"description":"Transaction ID",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"startTime":{
"description":"Transaction start time",
"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"
},
"extract":{
"description":"Extract Name",
"type":"string",
"minLength":"1",
"maxLength":"16"
},
"status":{
"description":"Transaction status",
"type":"string",
"minLength":"1",
"maxLength":"100"
},
"redoRba":{
"description":"Redo RBA",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoSeq":{
"description":"Redo Sequence Number",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"logStreamId":{
"description":"Log Stream Id for DB2LUW",
"type":"integer",
"minimum":"0",
"maximum":"18446744073709552000"
},
"size":{
"description":"Number of items in transaction",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
},
"redoThread":{
"description":"Redo Thread ID",
"type":"integer",
"minimum":"0",
"maximum":"4294967295"
}
},
"additionalProperties":false
}
Nested Schema : commitScn
SCN Number
Match One
Show Source
-
integer
Minimum Value: 0
Maximum Value: 9223372036854776000
System Change Number(Normal Format) for Oracle Database.
Example: 6488359
-
string
Minimum Length: 3
Maximum Length: 64
Pattern: [0-9]+[.][0-9]+
System Change Number(Alternate Format) for Oracle Database.
Example: 6488359.3456712
{
"description":"SCN Number",
"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"
}
]
}
Nested Schema : scn
SCN Number
Match One
Show Source
-
integer
Minimum Value: 0
Maximum Value: 9223372036854776000
System Change Number(Normal Format) for Oracle Database.
Example: 6488359
-
string
Minimum Length: 3
Maximum Length: 64
Pattern: [0-9]+[.][0-9]+
System Change Number(Alternate Format) for Oracle Database.
Example: 6488359.3456712
{
"description":"SCN Number",
"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"
}
]
}