Create Heartbeat Table

post

/services/{version}/connections/{connection}/tables/heartbeat

Create the heartbeat table for a database connection.

Request

Supported Media Types
Path Parameters
  • Minimum Length: 1
    Maximum Length: 61
    Pattern: ^[a-zA-Z][a-zA-Z0-9_#$]{1,29}([.][a-zA-Z][a-zA-Z0-9_#$]{1,29})?$

    Connection name. For each alias in the credential store, a connection with the name 'domain.alias' exists.

  • Oracle GoldenGate Service API version.

    Allowed Values: [ "v2" ]
Body ()
Root Schema : Oracle GoldenGate Heartbeat Table
Type: object
Title: Oracle GoldenGate Heartbeat Table
Show Source
Example Request (application/json)
{
    "frequency":60
}
Back to Top

Response

Supported Media Types

201 Response

Heartbeat table resources created successfully.

Body ()
Root Schema : RESTful API Standard Response
Type: object
Title: RESTful API Standard Response
Standard Response for all Oracle GoldenGate RESTful API calls
Show Source
Nested Schema : messages
Type: array
Minimum Number of Items: 0
Maximum Number of Items: 65535
Oracle GoldenGate messages issued during the request
Show Source
Nested Schema : response
Type: object
Oracle GoldenGate document from the request
Nested Schema : items
Type: object
Show Source
  • Allowed Values: [ "ogg:message" ]
  • Minimum Length: 9
    Maximum Length: 9
    Pattern: ^OGG[-][0-9]{5}$
    The Oracle GoldenGate message code
  • 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])$
    The date and time that the message was issued
  • Allowed Values: [ "INFO", "WARNING", "ERROR" ]
    The severity of the message
  • Minimum Length: 1
    Maximum Length: 4095
    A human-readable description that provides information and detail specific to this occurence of the information, warning or error.
  • Minimum Length: 2
    Maximum Length: 4095
    Pattern: ^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$
    An absolute URI [RFC3986] to a page that describes the info, warning or error type.
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11001/services/v2/connections/OracleGoldenGate.oggadmin/tables/heartbeat",
            "mediaType":"application/json",
            "rel":"self"
        }
    ],
    "messages":[
        {
            "$schema":"ogg:message",
            "code":"OGG-14001",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created heartbeat seed table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14001"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14089",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14032",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully added supplemental logging for heartbeat seed table \"\"oggadmin\".\"GG_HEARTBEAT_SEED\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14032"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14000",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14000"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14089",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14033",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully added supplemental logging for heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14033"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14016",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created heartbeat history table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14016"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14089",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully tracking extract restart position with heartbeat table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14089"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14086",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully disabled partitioning for heartbeat history table \"\"oggadmin\".\"GG_HEARTBEAT_HISTORY\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14086"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14023",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created heartbeat lag view \"\"oggadmin\".\"GG_LAG\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14023"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14024",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created heartbeat lag history view \"\"oggadmin\".\"GG_LAG_HISTORY\"\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14024"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14003",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully populated heartbeat seed table with \"ORCL\".",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14003"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14004",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created procedure \"\"oggadmin\".\"GG_UPDATE_HB_TAB\"\" to update the heartbeat tables.",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14004"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14017",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created procedure \"\"oggadmin\".\"GG_PURGE_HB_TAB\"\" to purge the heartbeat history table.",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14017"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14005",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created scheduler job \"\"oggadmin\".\"GG_UPDATE_HEARTBEATS\"\" to update the heartbeat tables.",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14005"
        },
        {
            "$schema":"ogg:message",
            "code":"OGG-14018",
            "issued":"2019-03-15T14:40:44Z",
            "severity":"INFO",
            "title":"Successfully created scheduler job \"\"oggadmin\".\"GG_PURGE_HEARTBEATS\"\" to purge the heartbeat history table.",
            "type":"http://docs.oracle.com/goldengate/c1910/gg-winux/GMESG/oggus.htm#OGG-14018"
        }
    ]
}
Back to Top