Home | Previous Page | Next Page   Configuration > Client/Server Communications >

Connections That the Database Server Supports

The database server supports the following types of connections to communicate between client applications and a database server

Connection Type Local Network
Sockets X X
TLI (TCP/IP) X X
TLI (IPX/SPX) X X
Shared memory X
Stream pipe X

On many UNIX platforms, the database server supports multiple network programming interfaces. To check which interface/protocol combinations the database server supports for your operating system, check the machine notes. The section "Machine Specific Notes" describes interface/protocol combinations that are available on your platform, similar to the following example:

Machine Specific Notes:
=======================

1. The following interface/protocol combinations(s) are supported for 
this platform:

             Berkeley sockets using TCP/IP
To set up a client connection
  1. Specify connectivity configuration parameters in your ONCONFIG file.
  2. Set up appropriate entries in the connectivity files on your platform.
  3. Specify connectivity environment variables in your UNIX initialization scripts.
  4. Define a dbserver group for your database server in the sqlhosts file.

The following sections describe database server connection types in more detail. For detailed information about implementing the connections described in the following sections, refer to the following topics:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]