6.1 Starting and Stopping the Veridata Server and the Repository
To start the Oracle GoldenGate Veridata server:
- Go to
<VERIDATA_HOME>/bin - Run the following command:
./run.sh
To stop the Oracle GoldenGate Veridata server:
- Go to
<VERIDATA_HOME>/bin - Run the following command:
./run.sh stop
To start and stop the repository:
- Go to
<VERIDATA_HOME>/bin - 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
- To start the repository:
Parent topic: Administer