database_name_statement 

Syntax

<database_name_statement> ::= SERVERDB <valDBNAME> [ON <valDBNODE>]

valDBNAME

Name of the database instance, applies to the whole user session with this database instance.

If the name of the database instance is identical to a keyword or if the upper- and lowercase notation is relevant, the name must be placed in quotation marks.

valDBNODE

Name of the host where the database instance you want to use is installed.

Use

This is a syntax rule for setting up a session.

Use it to open a user session for the database instance specified with valDBNAME.

If you also specify the name of the host valDBNODE, on which this instance is installed, the user session for this instance is opened on this host. Otherwise, the Replication Manager assumes that the specified database instance is on the host where the user is logged on to the Replication Manager.