Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Previous
Previous
 
Next
Next

Connection Qualifier

Connection qualifiers (also known as link qualifiers) allow several database links pointing to the same remote database to establish connections using different paths (such as Ethernet and modem). For example, a database can have two public database links to DBS1 that connect to the remote database using different paths.

When you create a new master group, you can indicate that you want to use a connection qualifier for all scheduled links that correspond to the group. However, when you use connection qualifiers for a master group, Oracle propagates information only after you have created database links with connection qualifiers at every master site. For example, consider a multimaster configuration with two master sites, DBS1 and DBS2, and two master groups, MG1 and MG2. You want the group MG1 to use the connection qualifier ETHERNET and the group MG2 to use the connection qualifier MODEM. To accomplish this configuration:

You can specify a connection qualifier for a master site when you create a master group (Creating a Master Group).

Caution: To preserve transaction integrity in a multimaster environment that uses connection qualified links and multiple master groups, a transaction cannot manipulate replication objects in multiple groups.

Also, if you plan to use connection qualifiers, you probably need to increase the value of the initialization parameter OPEN_LINKS at all master sites. The default is four open links per process. Estimate the required value based on your usage.

Related Topics

Oracle Database Advanced Replication

Oracle Database Reference