Verify GoldenGate processes are running - Intergraph Smart 3D - Administration & Configuration - Hexagon PPM

Intergraph Smart 3D Global Workshare (Oracle)

Language
English
Product
Intergraph Smart 3D
Subproduct
Global Workshare
Search by Category
Administration & Configuration
Smart 3D Version
13

There are three types of GoldenGate processes:

Extract

Connects to the source database to capture changes and writes them to a local file called the trail file.

Data Pump

Reads information from the trail file and sends it across the network to the corresponding trail file on the target server. This is a secondary process to the Extract process.

Replicat

Reads the information from the trail file on the system on which it resides and applies it to the corresponding target database.

At the Host server, the number of Extract processes corresponds to the number of databases being replicated. For a one Model workshare, there is a total of 5 Extract processes, 5 Data Pumps, and 1 Replicat.

The GoldenGate command interface can be used to retrieve status information from each one of these processes.

  1. Click Start > All Programs > Accessories > Command Prompt, and then navigate to the GoldenGate home folder.

  2. Type the following command to open the GoldenGate command interface:

    ggsci

  3. Type the following command to display a list of the GoldenGate processes:

    status *

  4. Verify that the status of each Extract, Data Pump, and Replicat process is set to RUNNING. If a process is not running, start the process by typing the command "start" followed by the process name on the command line and then pressing ENTER. You can start all processes simultaneously by Typing start * on the command line. The last letter of the process identifies the process type. Extract, Data Pump, and Replicat are represented by E, P, and R, respectively. For example, a process with the name "07601SSE" is an Extract process.

The GoldenGate Data Pump is not related to the database engine Data Pump.