hi all,
i have a history table of 4.5 million rows in DB2 V7.2.5 under AIX 4.3.3 ML 11, i got the follwoing error while inserting rows in table:
2004-02-18-06.15.19.739961 Instance:db2inst1 Node:000
PID:51346(db2agent (MELODY)) Appid:0A0A0A3C.C15E.040218041726
buffer_pool_services sqlbWritePageToContainer Probe:20 Database:MELODY
SMS Tablespace 2(USERSPACE1) is FULL or file is too large (at OS or user limit).
Detected on Container 0. ContPage= 512143 Obj=28 Type=0
2004-02-18-06.15.19.951587 Instance:db2inst1 Node:000
PID:51346(db2agent (MELODY)) Appid:0A0A0A3C.C15E.040218041726
buffer_pool_services sqlbfix Probe:1235 Database:MELODY
DiagData
ffff d60c
2004-02-18-06.15.20.161279 Instance:db2inst1 Node:000
PID:51346(db2agent (MELODY)) Appid:0A0A0A3C.C15E.040218041726
buffer_pool_services sqlbfix Probe:3 Database:MELODY
DIA3612C Disk was full.
ZRC=0xFFFFD60C
when i change the soft file limit in /etc/security/limits to bigger size, then stop and restart the db engine, this error stoped.
can anyone tell why db2 cannot use many files in SMS table space and have this problem with file size ??
another question is, why it take 2 minutes to count the rows in this table
db2 "select count(*) from history"
thakns in advance