validate publication

Description

Sets the status of a publication to VALID, allowing new subscriptions to be created for the publication.

Syntax

validate publication pub_name
with primary at data_server.database

Parameters

pub_name

The name of the publication to be validated.

with primary at data_server.database

Specifies the location of the primary data. If the primary database is part of a warm standby application, data_server.database is the name of the logical data server and database.

Examples

Example 1

Validates the publication pubs2_pub:

validate publication pubs2_pub
    with primary at TOKYO_DS.pubs2

Usage

See the Replication Server Administration Guide Volume 1 and Volume 2 for more information about subscription materialization.

Permissions

validate publication requires “create object” permission.

See also

check publication, check subscription, create publication, create subscription, define subscription, drop publication