ASE Replicator is a feature of Adaptive Server Enterprise that provides basic replication from an Adaptive Server primary database to one or more Adaptive Server replicate databases.
ASE Replicator provides the following replication system functionality:
Manages replication system objects and database objects with a simple publish-and-subscribe model
Replicates data-changing operations on tables and invocations of stored procedures
Supports bidirectional replication, filtering out replicated transactions to prevent circular replication
Maintains database integrity and transactional consistency at multiple sites
Provides guaranteed delivery of replicated transactions
ASE Replicator uses Component Integration Services (CIS) to handle operation (DML) and RPC distribution to replicate databases.
For more information about CIS, see the Component Integration Services User’s Guide.