Commenting on Logical Servers

To simplify administration, comment on user-defined logical servers.

  1. Connect to the database as a user with the MANAGE MULTIPLEX system privilege.
  2. Execute a COMMENT ON LOGICAL SERVER statement.

    For example, to add a comment to a user-defined logical server ls1, enter:

    COMMENT ON LOGICAL SERVER ls1 IS ‘ls1: Primary Logical Server’;
Related reference
COMMENT ON LOGICAL SERVER Statement