The database server supports the following types of connections to communicate between client applications and a database server.
Connection Type | Windows | UNIX | Local | Network |
---|---|---|---|---|
Sockets | X | X | X | X |
TLI (TCP/IP) | X | X | X | |
TLI (IPX/SPX) | X | X | X | |
Shared memory | X | X | ||
Stream pipe | X | X | ||
Named pipe | X | X |
On many UNIX platforms, the database server supports multiple network programming interfaces. The machine notes shows the interface/protocol combinations that the database server supports for your operating system:
Machine Specific Notes: ======================= 1. The following interface/protocol combinations(s) are supported for this platform: Berkeley sockets using TCP/IP
The following sections describe database server connection types in more detail. For detailed information about implementing the connections described in the following sections, see the following topics:
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]