Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 TaskComment
1Oracle software is installed on source and target servers. The Oracle software version can be different between the source and target servers.Dbvisit Replicate supports Oracle 9.2 and later.
2Oracle source database is up and running.

We require database to be in ARCHIVELOG mode. To determine if database is in archivelog mode run SQL command:

No Format
SQL> archive log list


Example output:


Database log mode Archive Mode


Automatic archival Enabled


Archive destination /oracle/oraarch/orcl


Oldest online log sequence 3959


..
3Oracle target database is up and running.

Having target database in ARCHIVELOG mode is optional in one-way replication.

4Ensure there is enough disk space and available memory for Dbvisit Replicate to runSee System Requirements
5Ensure Oracle listener is running on the source server 
6Ensure Oracle listener is running on the target server (only if target database is Oracle). 
7Ensure Oracle SQL*Net connection to target database from source database.(only if target database is Oracle).

Use tnsping to test if the SQL*Net connection can be made from source server to target database.

8Ensure Oracle SQL*Net connection to source database from target database. Use tnsping to test if the SQL*Net connection can be made from target server to source database.
9Ensure that the firewall port is opened between the source and the target servers for the Dbvisit Replicate ports.

Dbvisit Replicate uses the following default ports for communication between the source and target servers:
- 7901
- 7902
For 2-way replication the default ports are:
- 7901
- 7902
- 7903
- 7904
These ports are configurable and can be changed if required.

10Ensure source server name can be resolved to correct IP address (not 127.0.0.1).On source server run: ping source_hostname
11Ensure target server name can be resolved to correct IP address (not 127.0.0.1).On target server run: ping target_hostname
12Ensure all data types that need to be replicated are supported by Dbvisit Replicate.Run the SQL query in Supported Datatypes to determine if there are any unsupported datatypes
13For RAC, ensure all redo threads are on shared storage and accessible by all nodes. 
14For AIX, please ensure the following packages are installed

These are available from the install CD or the IBM website:

No Format
bos.adt.libm


bos.adt.debug

These packages need to be installed as root using smit.

...

TaskCommentComment
1Oracle software is installed on source server.Dbvisit Replicate supports Oracle 9.2 and later.
2SQL Server is installed on target servers. Dbvisit Replicate supports SQL Server 2005 and later
3Oracle source database is up and running.

We require database to be in ARCHIVELOG mode. To determine if database is in archivelog mode run SQL command:

No Format
SQL> archive log list


Example output:


Database log mode Archive Mode


Automatic archival Enabled


Archive destination /oracle/oraarch/orcl


Oldest online log sequence 3959


..
4Ensure there is enough disk space and available memory for Dbvisit Replicate to run.See System Requirements
5Ensure Oracle listener is running on the source server. 
6Ensure Oracle SQL*Net connection to source database from target database.Use tnsping to test if the SQL*Net connection can be made from target server to source database. Click here for more information
7Ensure that the firewall port is opened between the source and the target servers for the Dbvisit Replicate ports.Dbvisit Replicate uses the following default ports for communication between the source and target servers:
- 7901
- 7902
For 2-way replication the default ports are:
- 7901
- 7902
- 7903
- 7904
These ports are configurable and can be changed if required.
8Ensure source server name can be resolved to correct IP address (not 127.0.0.1).

On source server run:

No Format
ping source_hostname
9Ensure target server name can be resolved to correct IP address (not 127.0.0.1).

On target server run:

No Format
ping target_hostname
10Ensure all data types that need to be replicated are supported by Dbvisit Replicate.

Run the SQL query in Supported Datatypes to determine if there are any unsupported datatypes in source database.

 Few datatypes can not be replicated from Oracle to SQL Server. Click here for more information.

11For RAC, ensure all redo threads are on shared storage and accessible by all nodes. 
12Ensure that the firewall port is opened on the target server for SQL Server. SQL Server uses 1433 port by default.
13Remote connection is enabled in SQL Server. 
14User must have required privileges.

Dbvisit Replicate creates dbvrep database in SQL Server as metadata repository followed by executing SQL statements through APPLY service.

You can either use single username or two different usernames for each task.

15System DSN connecting to SQL Server must exist.

System DSN is required for executing *-all.bat script that configures source and target database for replication and to run APPLY service.

Click here for more information.

...

TaskCommentComment
1Oracle software is installed on source server.Dbvisit Replicate supports Oracle 9.2 and later.
2MySQL is installed on target servers. Dbvisit Replicate supports MySQL 4 and later.
3Oracle source database is up and running.

We require database to be in ARCHIVELOG mode. To determine if database is in archivelog mode run SQL command:

No Format
SQL> archive log list


Example output:


Database log mode Archive Mode


Automatic archival Enabled


Archive destination /oracle/oraarch/orcl


Oldest online log sequence 3959


..
4Ensure there is enough disk space and available memory for Dbvisit Replicate to run.See System Requirements
5Ensure Oracle listener is running on the source server. 
6Ensure Oracle SQL*Net connection to source database from target database.Use tnsping to test if the SQL*Net connection can be made from target server to source database. Click here for more information
7Ensure that the firewall port is opened between the source and the target servers for the Dbvisit Replicate ports.Dbvisit Replicate uses the following default ports for communication between the source and target servers:
- 7901
- 7902
For 2-way replication the default ports are:
- 7901
- 7902
- 7903
- 7904
These ports are configurable and can be changed if required.
8Ensure source server name can be resolved to correct IP address (not 127.0.0.1).On source server run: ping source_hostname
9Ensure target server name can be resolved to correct IP address (not 127.0.0.1).On target server run: ping target_hostname
10Ensure all data types that need to be replicated are supported by Dbvisit Replicate.

Run the SQL query in Supported Datatypes to determine if there are any unsupported datatypes in source database.

Few datatypes can not be replicated from Oracle to MySQL. Click here for more information.

11For RAC, ensure all redo threads are on shared storage and accessible by all nodes. 
12Ensure that the firewall port is opened on the target server for SQL Server. MySQL uses 3306 port by default.
13User must have required privileges.

Dbvisit Replicate creates dbvrep database in MySQL as metadata repository followed by executing SQL statements through APPLY service.

You can either use single username or two different usernames for each task.

Use "grant all privileges on *database.* to 'username'@'%' identified by 'userpassword' " command.

 

...