rs_helpreptable

Description

Displays information about replication definitions created against a primary table.

Syntax

rs_helpreptable database, [owner,] table

Parameters

database

The database where the table is created.

owner

The owner of the table.

table

The name of the table.

Examples

Example 1

rs_helpreptable pdb1, authors

Replication definition name

Primary owner

Primary table

Primary owner

Replicate table

Used standby

Min vers

authors

authors

ling

authors_r1

Yes

1000

authors1

authors

authors_r2

No

1000

Usage