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 > V7 Limitations

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-19-07, 16:50
koganti koganti is offline
Registered User
 
Join Date: Jul 2002
Location: ATL
Posts: 170
V7 Limitations

Guys iam supporting a 32 bit UDB v7 EE database which is 170GB on AIX 5.1
This database seem to do lots of I/O buffering even though when application just started but no users conencted to the application.
Crashes quite often. Opened a PMR and IBM cannot determine why it is crashing though i provided db2support information.

Is 170GB considered too big of a database in 32 bit enviroment.
Does any one know the limitations on V7 EE databases.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 02-19-07, 18:13
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
The size limits of database objects (such as tablespaces, etc) are contained in the SQL Limits Appendix of the SQL Reference Vol 1.

V7 is out of support by more than 2 years.

I don't know what you mean by "I/O buffering even though when application just started but no users conencted to the application." Memory for DB2 bufferpools is allocated when the first application connects to the DB2 database. You can see whether there is a connection with the following command:

db2 list applications show detail

Note that this shows all connection to the instance, but the db name is included in the list.

If your bufferpools are large, I would increase the dbheap significantly. In V7, the size of the dbheap must be increased as the bufferpool size increases, unlike V8 or V9.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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