Show TOC

Command to View Database Replication Definition Status InformationLocate this document in the navigation structure

Use check database replication definition to view the names of all the database replication definitions defined in an SAP Replication Server and the status of each database replication definition.

Syntax
check database replication definition [<db_repdef>, <primary_data_server>, <primary_database>, {table | ddl}]
Parameters
db_repdef
The name of a database replication definition.
primary_data_server
The primary data server name.
primary_database
The primary database name.
table
table, a keyword, displays the table replication list and its status.
ddl
ddl, a keyword, displays the status of DDL replication (enabled or disabled).

Example

This command displays all the database replication definitions defined in this SAP Replication Server.
check database replication definition

Example

This command displays the attributes of this replication definition in detail.
check database replication definition <db_repdef>, <pds>, <pdb>

Example

This command displays the attributes of the database replication definition and information about the replicating table list.
check database replication definition <db_repdef>, <pds>, <pdb>, table

Example

This command displays the attributes of the database replication definition and the status of DDL replication (enabled or disabled).
check database replication definition <db_repdef>, <pds>, <pdb>, ddl
Usage
  • Use check database replication definition to display a list of database replication definitions, including the primary database and primary Replication Server for each definition..