Show TOC

DROP EXTERNLOGIN StatementLocate this document in the navigation structure

Drops an external login from the SAP IQ system tables.

Syntax
DROP EXTERNLOGIN <login-name> 
   TO <remote-server>
Parameters

(back to top)

  • login-name specifies the local user login name.
  • TO specifies the name of the remote server. The alternate login name of the local user and password for that server is the external login that is deleted.
Examples

(back to top)

  • Example 1 drops the login dba from the remote database sybase1:
    DROP EXTERNLOGIN dba TO sybase1
Usage

(back to top)

Changes made by DROP EXTERNLOGIN do not take effect until the next connection to the remote server.

Side Effects
  • Automatic commit
Standards

(back to top)

  • SQL—ISO/ANSI SQL compliant.
  • SAP Database products—Supported by Open Client/Open Server.
Permissions

(back to top)

Requires the MANAGE ANY USER system privilege.