I have the default TEMPSPACE1 (4K) in my database and another 4K
tempspace (T_0001) of bigger size. A particular query failed with "File
System full error" db2diag.log shows the following error message
2006-04-16-20.34.55.088285-240 E1002439A714 LEVEL: Error
PID : 643166 TID : 1 PROC : db2pclnr 3
INSTANCE: cardm1in NODE : 003
FUNCTION: DB2 UDB, buffer pool services, sqlbClnrAsyncWr iteCompletion,
probe:0
MESSAGE : ADM6017E The table space "TEMPSPACE1 " (ID "1") is full.
Detected on
container
"/udb/udbdata/cardm1in/cardm1in/NODE0003/SQL00001/SQLT0001.0"
(ID
"0"). The underlying file system is full or the maximum
allowed
space usage for the file system has been reached. It is also
possible
that there are user limits in place with respect to maximum
file size
and these limits have been reached.
My questions
1. Does this mean that I need to drop the default TEMPSPACE1 tablespace
so that my query would use the big T_0001 tablespace ?
2. Will DB2 round robin between temporary table spaces of the same page
size ?
PS: Env : UDB 8.1 FP 10, AIX 5.3
Thanks,
db2udbgirl.
tempspace (T_0001) of bigger size. A particular query failed with "File
System full error" db2diag.log shows the following error message
2006-04-16-20.34.55.088285-240 E1002439A714 LEVEL: Error
PID : 643166 TID : 1 PROC : db2pclnr 3
INSTANCE: cardm1in NODE : 003
FUNCTION: DB2 UDB, buffer pool services, sqlbClnrAsyncWr iteCompletion,
probe:0
MESSAGE : ADM6017E The table space "TEMPSPACE1 " (ID "1") is full.
Detected on
container
"/udb/udbdata/cardm1in/cardm1in/NODE0003/SQL00001/SQLT0001.0"
(ID
"0"). The underlying file system is full or the maximum
allowed
space usage for the file system has been reached. It is also
possible
that there are user limits in place with respect to maximum
file size
and these limits have been reached.
My questions
1. Does this mean that I need to drop the default TEMPSPACE1 tablespace
so that my query would use the big T_0001 tablespace ?
2. Will DB2 round robin between temporary table spaces of the same page
size ?
PS: Env : UDB 8.1 FP 10, AIX 5.3
Thanks,
db2udbgirl.
Comment