COMMENT ON LOGICAL SERVER Statement

Comments on the user-defined logical server.

Syntax

COMMENT ON LOGICAL SERVER logical-server-name IS 'comment'

Examples

  • Example – creates a comment on a user-defined logical server ls1.
    COMMENT ON LOGICAL SERVER ls1 IS ‘ls1: Primary
    Logical Server’;

Usage

Multiplex only.

Permissions

Must have the MANAGE MULTIPLEX system privilege.