Oracle® GoldenGate Veridata Administrator's Guide 11g Release 2 (11.2.1.0.0) Part Number E29092-01 |
|
|
PDF · Mobi · ePub |
This chapter describes how to install the Oracle GoldenGate Veridata Java Agent.
This chapter includes the following sections:
These instructions are for installing a new, clean copy of the Java-based Oracle GoldenGate Veridata Agent software. To upgrade an existing installation, see Chapter 12, "Upgrading Oracle GoldenGate Veridata".
You can install Oracle GoldenGate Veridata Agent to work with any of the following databases:
DB2 LUW and z/OS
Oracle
SQL Server
Sybase Adaptive Server Enterprise (ASE)
Teradata
The Java agent can be installed on the database host or on a remote host that has network connectivity to the database host. The agent connects by JDBC (Java Database Connectivity).
Note:
Make certain you have reviewed the System Requirements before installing Oracle GoldenGate Veridata Agent.
Create a directory for the agent.
Follow the steps in Appendix A, "Downloading Oracle GoldenGate Veridata" to obtain the software.
Extract the mediapack.zip
file to the UNIX or Linux system and directory where you want the software to be installed.
In the agent
directory within the installation directory, make a copy of the agent.properties.sample
file, and rename the copy to agent.properties
.
Open the agent.properties
file with a text editor. This file contains comments that help guide your work.
Edit the file to provide values for the following parameters:
Parameter | Value |
---|---|
server.port |
A local port where the agent listens for communication requests from Oracle GoldenGate Veridata Server. |
database.url |
The standard JDBC connection URL string for the database. Samples of the correct format to use are listed with comments in the properties file. You must supply the following values that are appropriate for your database:
This is a sample URL for Oracle. database.url=jdbc:oracle:thin:@localhost:1521:orcl |
server.driversLocation |
Specify the location of the JDBC driver. The JDBC drivers are installed by default into the |
server.jdbcDriver |
The name of the JDBC driver. The drivers are listed with comments in the properties file. Uncomment the correct one for the database. Example (in this case Oracle): server.jdbcDriver=ojdbc6.jar |
database.transaction.isolation |
Controls the transaction isolation level that is used during the initial comparison step. |
Save and close the file.
Note:
Make certain you have reviewed the System Requirements before installing Oracle GoldenGate Veridata Agent.
Start the database for which you are installing this agent.
Follow the steps in Appendix A, "Downloading Oracle GoldenGate Veridata" to obtain the software.
Unzip the .zip
file that you downloaded.
Run the GoldenGate_Veridata_Agent_
platformrelease
.exe
executable in either of these ways:
As a GUI wizard: Double click the program and then follow these steps. This is the method shown in this documentation.
As a shell process: From the command console, issue the following command, and then continue with these steps. The prompts are similar to those shown on the wizard screens.
Start /wait GoldenGate_Veridata_Agent_platformrelease.exe -c
Welcome screen: Click Next on the first page to start the installation.
Destination Directory: Select an installation directory. You can accept the default (to be created during installation), type a path name, or click Browse to go to a different directory. If installing more than one instance of this software, select a different directory or sub-directory each time that you run the installer.
Start Menu Folder: To add Oracle GoldenGate Veridata Agent to the Programs list of the Start menu, you can accept the default shortcut name (to be created during installation), type a different one, or select one from the list.
To make the shortcut available to everyone who uses this system, click Create Shortcuts for all users; otherwise, it will only be available to the current user.
To exclude Oracle GoldenGate Veridata Agent from the Start menu, click Don't create a Start Menu folder. If you are installing this software as a service, it can be started from the installation folder or the Services control panel.
Agent Port: Specify a local port for the agent to use for communication with Oracle GoldenGate Veridata Server.
Database Details: Select the database type, and specify the name of the host system, the port number that is used by the database, the name of the database (if applicable), and (if Oracle) the name of the instance to which the agent will connect. Under JDBC URL, the resultant connection string is displayed.
Teradata JDBC Drivers: (Teradata only) Supply the location of the Teradata JDBC driver.
Database Connection Test: If you did not override the default of Test Database Connection, a test screen prompts for the authentication credentials that you created for the agent to use with this database or for an ODBC driver location, depending on the database type. Click Test Connection. Any connection errors are displayed in the output area.
Service Option: It is recommended that you install Oracle GoldenGate Veridata Agent as a Windows service. When installed as a service, software can operate independently of user connections, which can accidentally be terminated, and you can configure it to start manually or at system start-up. Either accept the default service name or change it as required. If there are, or will be, other instances of this software on the local system, make certain that each name is unique. To prevent installation as a service, deselect the check box.
Start Veridata Agent After Install: Specify whether or not to start the software after the installation is finished. By default, it is installed to start manually. If you are installing it as a service, a system administrator can change the properties so that it starts automatically when the system starts.
Information: Review your installation selections. Click Back to make changes or click Next to begin the installation.
Click Finish to exit the installer.