Item |
Description |
Example value |
Your value |
---|---|---|---|
6a |
Replicate host name The name of the host machine on which the replicate data server resides. You need this name when you create subscriptions. See the Replication Server documentation for more information. |
rds_host |
|
6b |
Replicate database name This is the name of the replicate database on the replicate database server. You need this name when you create subscriptions. See the Replication Server documentation for more information. |
replicate_db |
|
6c |
ddl_username
This is the replicate database client user ID that Replication Server uses to log in to the replicate database to apply DDL commands. This user ID must have authority in the replicate database to create any schema or issue any DDL command replicated from the primary database. The Replication Agent sends this ID and password to Replication Server together with any DDL command executed at the primary database.
|
scott |
|
6d |
ddl_password
This is the replicate database client user password that Replication Server uses with the value for ddl_username. |
tiger |
The following Replication Agent and Replication Server guides contain more information about installation and configuration:
The Replication Agent Administration Guide for more information about the initial configuration of Replication Agent parameters for Replication Server.
The Replication Agent Primary Database Guide for more information about the initial configuration of the primary database you are replicating.
The Replication Agent Reference Manual for more general information about the use of the ra_config command.
The Replication Server Reference Manual for more information about Replication Server commands and parameters.