Home | Previous Page | Next Page   Improving Application Performance >

Connection Level Optimizations

Establishing a connection to a database is an expensive process. Optimally, an application should perform as many tasks as possible while a connection is open. This can by achieved by:

Also, you can fine tune application performance by setting the following connection level attributes:

For more information on connection level attributes, see Configuring Data Sources.

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