ALTER-SYSTEM-DROP-BROKER

Name

ALTER SYSTEM DROP BROKER

Description

This statement is to delete the BROKER node, (administrator only)

grammar:

  1. -- Delete all brokers
  2. ALTER SYSTEM DROP ALL BROKER broker_name
  3. -- Delete a Broker node
  4. ALTER SYSTEM DROP BROKER broker_name "host:port"[,"host:port"...];

Example

  1. Delete all brokers

    1. ALTER SYSTEM DROP ALL BROKER broker_name
  2. Delete a Broker node

    1. ALTER SYSTEM DROP BROKER broker_name "host:port"[,"host:port"...];

Keywords

  1. ALTER, SYSTEM, DROP, FOLLOWER, ALTER SYSTEM

Best Practice