Loading the Initial Data Set for a Sun Master Index

Cluster Synchronizer Database Configuration

The cluster synchronizer database is used to coordinate the activities of all IBML Tools processing data. The configuration of this section must be identical for all processors.

Table 3 Cluster Synchronizer Database Properties

Property Name 

Description 

cluster.database 

The database platform on which the cluster synchronizer database is installed. Possible values are Oracle, MSSQL, MySQL, or derby.

cluster.database.url 

The URL for the cluster synchronizer database. The format for the URL varies by database platform. 

  • For Oracle, the format is jdbc:oracle:thin:@hostname:port:database_name.

  • For SQL Server, the format is jdbc:sqlserver://hostname:port;databaseName=database_name.

  • For Derby, the format is jdbc:derby://hostname:port/database_name.

  • For MySQL, the format is jdbc:mysql://server:port:database_name.

cluster.database.user 

The user ID to log in to the cluster synchronizer database. 

cluster.database.password 

The password to log in to the cluster synchronizer database. 

cluster.database.jdbc.driver 

The name of the database driver class.