Section 5: Mirror Replication Agent parameter values for the primary data server

Item

Description

Example value

Your value

5a

pds_host_name

The name of the host machine on which the primary data server resides.

pds_host

5b

pds_port_number

The client socket port number for the primary database gateway server.

1111

5c

pds_database_name

The name of the primary database on the primary database server.

Mirror Replication Agent uses this value to determine which database is the primary database.

NoteThis name can be the same as the name you gave for item 2b.

sales_db

5d

pds_username

The user ID that Mirror Replication Agent uses to log in to the primary database.

pds_user

5e

pds_password

The password for pds_username.

pds_pw

5f

RA_JAVA_DFLT_CHARSET

The Java-equivalent of the primary database character set.

To override the system default, edit the Mirror Replication Agent instance run script called RUN_xxx, where xxx is the name of your Mirror Repliation Agent instance.

NoteUnless you want to override the default character set that the JVM finds on your system, you do not need to explicitly set the character set-related environment variable, RA_JAVA_DFLT_CHARSET. However, the system default character set must match the character set of the primary database.

ISO8859_1