Regardless of which settings you choose for the -x option, the database server always accepts shared memory connections.
By default, the personal database server starts only the shared memory protocol, while the network database server starts
the shared memory and TCP/IP protocols.
You can specify the following values for the -x option:
TCPIP (TCP)
Listen for connection attempts by the client using the shared memory and TCP/IP protocols. The TCP/IP protocol is supported
by the network server, and by the personal database server for same-computer communications.
NONE
Listen for connection attempts by the client using only the shared memory protocol.
ALL
Listen for connection attempts by the client using shared memory and TCP/IP protocols.
For Unix, quotation marks are required if more than one parameter is supplied or certain punctuation characters are used,
such as round brackets. For example:
-x "tcpip(PARM1=value1;PARM2=value2;...)"
When the database server listens for TCP/IP connections, by default it listens to all network cards on port 2638. See Network protocol options.