Show TOC

check database replication definitionLocate 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 the database replication definition.

primary_data_server

The name of the primary data server.

primary_database

The name of the primary database.

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).

Examples
Displays all database replication definitions

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

check database replication definition
Displays the attributes of a replication definition

This command displays the attributes of this replication definition.

check database replication definition <db_repdef>, <pds>, <pdb>
Displays the attributes of a replication definition and replicating table list

This command displays the attributes of the database replication definition and the information about the replicating table list.

check database replication definition <db_repdef>, <pds>, <pdb>, table
Displays the attributes of a replication definition and DDL replication status

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.