6.1 Starting and Stopping the Veridata Server and the Repository

To start the Oracle GoldenGate Veridata server:

  1. Go to <VERIDATA_HOME>/bin
  2. Run the following command: ./run.sh

To stop the Oracle GoldenGate Veridata server:

  1. Go to <VERIDATA_HOME>/bin
  2. Run the following command: ./run.sh stop

To start and stop the repository:

  1. Go to <VERIDATA_HOME>/bin
  2. Run the following commands:
    • To start the repository: ./run.sh repoStart
    • To stop the repository: ./run.sh repoStop
    • To know the repository status: ./run.sh repoStatus