hi,
we are running db2 v7.2 on solaris
While loading a table with 11 million rows i am getting the following error in db2diag.log
String Title:Path/Filename PID:7263 Node:000
/db2/db200008/dbnc3db/db200008/NODE0000/SQL00001/load/DB20000A.PID/DB200004.OID
2004-04-06-12.37.40.100501 Instance:db200008 Node:000
PID:18754(db2pfchr) Appid:none
buffer_pool_services sqlbWritePageToContainer Probe:20
SMS Tablespace 1(TEMPSPACE1) is FULL or file is too large (at OS or user limit).
Detected on Container 0. ContPage= 51906 Obj=10 Type=128
2004-04-06-12.37.40.151583 Instance:db200008 Node:000
PID:18754(db2pfchr) Appid:none
buffer_pool_services sqlbGetVictimSlot Probe:727
DIA3612C Disk was full.
ZRC=0xFFFFD60C
2004-04-06-12.37.40.215422 Instance:db200008 Node:000
PID:18754(db2pfchr) Appid:none
buffer_pool_services sqlbErrorHandler Probe:0
DIA3612C Disk was full.
2004-04-06-12.37.38.680186 Instance:db200008 Node:000
PID:11324(db2lfrm0) Appid:*LOCAL.db200008.040406135800
database_utilities DIAG_ERROR Probe:0 Database:NC3DB
Error!!! -3531, 0, Detected in file: sqluldat.C, line 1227
2004-04-06-12.37.38.741659 Instance:db200008 Node:000
PID:7263(db2agent (SNC3UAT)) Appid:*LOCAL.db200008.040406135800
database_utilities call_sqluvload Probe:40 Database:NC3DB
Load Error: Load failed for table NC3 .PARM in tablespace 10.
2004-04-06-12.37.38.789214 Instance:db200008 Node:000
PID:7263(db2agent (SNC3UAT)) Appid:*LOCAL.db200008.040406135800
database_utilities sqlu_register_table_load Probe:150 Database:NC3DB
CA before rollback0000 0000 0000 0000 0000 0000 ffff fc38 ...............8
0000 0000 0000 0000 0000 0000 0000 0000 ................
0000 0000 0000 0000 0000 0000 0000 0000 ................
0000 0000 0000 0000 0000 0000 0000 0000 ................
0000 0000 0000 0000 0000 0000 0000 0000 ................
0000 0000 0000 0000 5351 4c55 5343 4f4d ........SQLUSCOM
ffff d60c 0000 000c 0000 0000 0000 0000 ................
0000 0000 0000 0000 0000 0000 0000 0000 ................
0000 0035 3730 3131 ...57011
The ulimit is
ulimit -a
core file size (blocks) unlimited
data seg size (kbytes) unlimited
file size (blocks) unlimited
open files 256
pipe size (512 bytes) 10
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 29995
virtual memory (kbytes) unlimited
I have created the other DMS TS with 2 containers of 2 GB each
I thought while building indexes or soring the default TEMPSPACE will
be small enough to load the table.I could see the load being shifting to
the newly created DMS TS by looking the high water mark field of list tablespaces , (High water mark (pages) = 448304)
Still I am getting the message given above.
Kindly suggest me to how to solve the problem,Any information will be appreciated
Thanks
ashaq