Dropping logical database connections

If you are dismantling a warm standby application, you may need to remove a logical database from the replication system. To do this, drop the standby database, then execute the drop logical connection command. Before you execute the command, you must drop the standby database. See “Dropping database connections” on page 192 in the Replication Server Administration Guide Volume 1 for information about dropping physical database connections.

The syntax for drop logical connection is:

drop logical connection to data_server.database

data_server and database represent the logical data server and logical database.

For example, to drop the connection to the pubs2 logical database in the LDS logical data server, enter:

drop logical connection to LDS.pubs2