Multiplexed connections

A multiplexed connection enables the application to establish multiple connections to different databases on the same database server, by using a minimum amount of communication resources. When you initiate a multiplexed connection, the database server uses a single connection to the client for multiple SQL connections (CONNECT statement). Without multiplexing, each SQL connection creates a database-server connection.