ALTER SERVER Statement

Modifies the attributes of a remote server. Changes made by ALTER SERVER do not take effect until the next connection to the remote server.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

ALTER SERVER server-nameCLASS 'server-class' ]
   [ USING 'connection-info' ]
   [ CAPABILITY 'cap-name' { ON | OFF } ]
   [ CONNECTION CLOSECURRENT | ALL | connection-id ] ]

server-class - (back to Syntax)
ASAJDBCASEJDBC 
      | SAODBC  
      | ASEODBC
      | DB2ODBC  
      | MSSODBC 
      | ORAODBC  
      | ODBC }

connection-info - (back to Syntax)
machine-name:port-number/dbname ] | data-source-name }

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

Side effects:
  • Automatic commit

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Supported by Open Client/Open Server.

Permissions

(back to top)

Requires the SERVER OPERATOR system privilege.