Contents Index CommBufferSize connection parameter [CBSIZE] Compress connection parameter [COMP]

ASA Database Administration Guide
  Connection and Communication Parameters
    Connection parameters

CommLinks connection parameter [LINKS]


Function 

To specify client side network communications protocols.

Usage 

Anywhere. The CommLinks (LINKS) connection parameter is optional for connections to a personal server, and required for connections to a network server.

Values 

String

Default 

Use only the shared memory communications protocol to connect.

Description 

If you do not specify a CommLinks (LINKS) connection parameter, the client searches for a server on the current machine only, and only using a shared memory connection. This is the default behavior, and is equivalent to CommLinks=ShMem. The shared memory protocol is the fastest communication link between a client and server running on the same machine, as is typical for applications connecting to a personal database server.

If you specify CommLinks=ALL, the client searches for a server using all available communication protocols. Since there may be an impact on performance if you specify CommLinks=ALL, use this setting only when you don't know which protocol to use.

If you specify one or more protocols in the CommLinks (LINKS) connection parameter, the client uses the named communication protocol(s), in the order specified, to search for a network database server. A connection error appears and the connection attempt aborts if the connection fails to connect using a specified protocol, even if there are protocols remaining in the list to try.

CommLinks (LINKS) connection parameter values are case insensitive, and include:

Each of these values can have additional network communications parameters supplied.

For a list of parameters, see Network communications parameters.

You may wish to use a specific protocol, as opposed to ALL, for the following reasons:

The CommLinks (LINKS) connection parameter corresponds to the database server -x option.

Examples 
See also 

Network communications parameters

Client/Server Communications

-x server option


Contents Index CommBufferSize connection parameter [CBSIZE] Compress connection parameter [COMP]