If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > User Limit?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-10, 17:05
twilitegxa twilitegxa is offline
Registered User
 
Join Date: May 2010
Posts: 1
User Limit?

Does IBM-DB2 limit the number of users that can access the database, like Microsoft Access does? I have read that Access limits to 200 users, while Oracle allows up to hundreds of thousands. What is the limit on DB2?
Reply With Quote
  #2 (permalink)  
Old 05-01-10, 21:45
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
There is no practical limit that I know of. If there is a limit, it is extremely high. However, each connection requires a certain amount of DB2 instance memory, usually about 64K, but the exact amount of memory can vary depending on a number of factors.

With DB2 ESE (Enterprise Server Edition), one can activate the connection concentrator that allows multiple inbound connections to share one connection on the DB2 Server. If you don't have DB2 ESE, then connection pooling software can be used on the application server such a DB2 Connect, Websphere AS, Jboss, WebLogic, etc. Even for those using DB2 ESE, most shops do not enable the connection concentrator on the DB2 server and instead use connection pooling on the application server.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390

Last edited by Marcus_A; 05-01-10 at 21:54.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On