DROP LOGICAL SERVER Statement

Drops a user-defined logical server. This statement enforces consistent shared system temporary store settings across physical nodes shared by logical servers.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Permissions

Syntax

DROP LOGICAL SERVER logical-server-name  
 [ WITH STOP SERVER ]

Parameters

(back to top)

Applies to

Multiplex only.

Examples

(back to top)

Usage

(back to top)

SAP Sybase IQ performs the following catalog changes internally when dropping a logical server:

  • Drops all membership definitions of the logical server.
  • Drops its logical server assignment from each login policy that has an explicit assignment to the subject logical server. If it is the only logical server assigned to the login policy, SAP Sybase IQ sets the logical server assignment for the login policy to NONE.
  • Removes the logical server entry from ISYSIQ.LOGICALSERVER.

Permissions

(back to top)

Requires the MANAGE MULTIPLEX system privilege.