Show TOC

hss_removestandbyLocate this document in the navigation structure

Use

Use this command to delete a standby database from a hot standby system.

All files of this database are deleted.

Prerequisites
  • You are connected to the database of the hot standby system on the virtual server.

  • You have the server permission ParamFull.

Structure

hss_removestandby [node=]<computer_name> [database=<database_name>]

Option

Description

<computer_name>

Computer name, IP address, or internal number <nnn> of the standby database ( nnn> 1)

<database_name>

Name of the standby database to be removed

Result

OK

In the event of errors, see Reply Format.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB on the virtual server HOTEL_VIRTUAL, delete the standby database on the computer PARMA:

> dbmcli -u OLEG,MONDAY -d DEMODB -n HOTEL_VIRTUAL hss_removestandby PARMA

OK