DROP CONTACTGROUP command using the ADMIN_CMD procedure

The DROP CONTACTGROUP command removes a contact group from the list of contacts defined on the local system. A contact group contains a list of users to whom the Scheduler and Health Monitor send messages. The setting of the Database Administration Server (DAS) contact_host configuration parameter determines whether the list is local or global.

Authorization

None

Required Connection

Database. The DAS must be running.

Command Syntax

Read syntax diagramSkip visual syntax diagramDROP CONTACTGROUPname

Command Parameters

CONTACTGROUP name
The name of the contact group that will be dropped from the local system.

Example

Drop the contact group named 'gname1'.
CALL SYSPROC.ADMIN_CMD( 'drop contactgroup gname1' )

Usage notes

The DAS must have been created and be running.

Command execution status is returned in the SQLCA resulting from the CALL statement.