Retrieve an existing Extract Database Statistics by Table
get
/services/{version}/mpoints/{item}/statisticsTableExtract
Request
Path Parameters
-
item: string
Minimum Length:
1Maximum Length:32 -
version: string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
Root Schema : Oracle GoldenGate Extract table statistics
Type:
objectTitle:
Show Source
Oracle GoldenGate Extract table statistics-
$schema:
Allowed Values:
[ "mpoints:statisticsTableExtract" ] -
statisticsTableExtract:
array statisticsTableExtract
Minimum Number of Items:
0Maximum Number of Items:2147483647
Nested Schema : statisticsTableExtract
Type:
arrayMinimum Number of Items:
0Maximum Number of Items:
Show Source
2147483647Nested Schema : items
Type:
Show Source
object-
mappedTotalDeletes:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18DELETE operations performed -
mappedTotalInserts:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18INSERT operations performed -
mappedTotalTruncates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18TRUNCATE operations performed -
mappedTotalUpdates:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18UPDATE operations performed -
tableName:
string
Minimum Length:
1Maximum Length:1024Table Name -
totalDiscards:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of operations discarded -
totalIgnores:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Number of errors ignored -
totalRowFetchAttempts:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Attempts to fetch from DBMS -
totalRowFetchFailures:
integer
Minimum Value:
0Maximum Value:9.223372036854776E18Failed fetch attempts
Example Response (application/json)
{
"$schema":"api:standardResponse",
"response":{
"$schema":"mpoints:statisticsTableExtract",
"statisticsTableExtract":[
{
"totalIgnores":0,
"tableName":"U1.WAREHOUSE",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":96
},
{
"totalIgnores":0,
"tableName":"U1.DISTRICT",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":200
},
{
"totalIgnores":0,
"tableName":"U1.CUSTOMER",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":186
},
{
"totalIgnores":0,
"tableName":"U1.HISTORY",
"totalDiscards":0,
"mappedTotalInserts":96,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":0
},
{
"totalIgnores":0,
"tableName":"U1.NEW_ORDER",
"totalDiscards":0,
"mappedTotalInserts":104,
"mappedTotalDeletes":90,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":0
},
{
"totalIgnores":0,
"tableName":"U1.OORDER",
"totalDiscards":0,
"mappedTotalInserts":104,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":90
},
{
"totalIgnores":0,
"tableName":"U1.ORDER_LINE",
"totalDiscards":0,
"mappedTotalInserts":1080,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":886
},
{
"totalIgnores":0,
"tableName":"U1.STOCK",
"totalDiscards":0,
"mappedTotalInserts":0,
"mappedTotalDeletes":0,
"totalRowFetchAttempts":0,
"totalRowFetchFailures":0,
"mappedTotalTruncates":0,
"mappedTotalUpdates":1080
}
]
},
"messages":[
],
"links":[
]
}