| Home | DB | Replicator | CRM | Solutions |
|
|
|
Product Overview
Download Daffodil Replicator (E) Getting Started Guide User Guide Features How it Works? Usage Scenarios Usage Examples Recommended JDBC Drivers Replicator Class Reference Sample Java Code Error Messages Daffodil Replicator (E) FAQ Daffodil Replicator (E) BLOG User Forum Buy |
Getting Started Guide >
Adding JDBC DataSource
To provide database access and manage database connections in the replication process, you need to add JDBC DataSource. You can add JDBC DataSource in the following ways: When to use Replication DataSource In case of JDBC DataSource, Replicator gives multiple calls to JDBC DataSource for retrieving and merging data. Therefore, it increases the number of round trips. To reduce the number of round trips, Daffodil Replicator provides the facility to use Replication DataSource. Replication DataSource is installed on the same machine where databases are installed. When you use Replication DataSource, it retrieves data from a JDBC DataSource, writes it into a file, and merges it into another JDBC DataSource through FTP Server.
Adding JDBC DataSource Directly
To add JDBC DataSource directly, you need to configure JDBC DataSource in Replicator. The steps to configure JDBC DataSource:
Adding JDBC DataSource Using Replication DataSource
You need to add JDBC DataSource using Replication DataSource, when you want to replicate data over Internet. To add JDBC DataSource using Replication DataSource:
The steps to configure JDBC DataSource in Replication DataSource:
Add Replication DataSource in Replicator After configuring JDBC DataSource in Replication DataSource, you need to
configure settings for Replicator and Replication DataSource as specified in
Configure
Settings for Replicator and Replication DataSource. After configuring settings for Replicator
and Replication DataSource, you can add Replication DataSource in Replicator. The steps to add
Replication DataSource:
|
|