DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: connection pooling

  1. #1
    Join Date
    Apr 2001
    Posts
    60
    Hi

    Can anyone tell me what is "CONNECTION POOLING" in Oracle?
    rammi

  2. #2
    Join Date
    Jun 2001
    Posts
    9

    hi

    Connection pooling is a resource utilization and user scalability feature of MTS that enables you to maximize the number of network sessions over a limited number of connections to a dispatcher. This is achieved by sharing or pooling a set of connections.
    By using a time-out mechanism to temporarily release network connections that have been idle for a specified period of time, connection pooling makes these network connections available for incoming clients, while still maintaining a network session with the idle network connection. When the idle client has more work to do, the network connection is reestablished with the dispatcher.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width