DBSERVERALIASES specifies a list of alternative dbservernames. If the database server supports more than one communication protocol (for example, both an IPC mechanism and the TCP network protocol), you must describe each valid connection to the database server with an entry in the sqlhosts file or registry. DBSERVERALIASES lets you assign multiple aliases to a database server, so each entry in the sqlhosts file or registry can have a unique name.
For each alternate name listed in DBSERVERALIASES, the database server starts an additional listener thread. If you have many client applications connecting to the database server, you can distribute the connection requests between several listener threads and reduce connection time. To take advantage of the alternate connections, instruct some of your client applications to use a CONNECT TO dbserveralias statement instead of CONNECT TO dbservername.
In Extended Parallel Server, clients specify a coserver name when they connect to a connection coserver. The DBSERVERALIASES parameter is part of this coserver name, which has the following format:
dbservername.coserver-number
In the name, dbservername is the same value that you assign to the DBSERVERALIASES configuration parameter when you specify more than one communication protocol in the ONCONFIG configuration file. And coserver-number is the same value that you assign to the COSERVER configuration parameter for the connection coserver.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]