rs_helprepdb

Description

Displays information about databases with subscriptions for replication definitions in the current Replication Server.

Syntax

rs_helprepdb [data_server, database]

Parameters

data_server

The data server with the database whose information you want to display.

database

The database whose information you want to display.

Examples

Example 1

Displays information about all databases with subscriptions for replication definitions in the current Replication Server.

rs_helprepdb
dsname            dbname         dbid         controlling_prs
----------------- -------------- -----------  ----------------
SYDNEY_DS         SYDNEY_RSSD    102          SYNDEY_RS

Example 2

Displays information about the specified data server and database.

rs_helprepdb SYDNEY_DS, pubs2
dsname            dbname         dbid         controlling_prs
----------------- -------------- -----------  ----------------
SYDNEY_DS         pubs2          104          SYDNEY_RS

Usage