Hi All,
System: DB2 8.2 (8.1.7b) PE
I have a problem with an error:
com.ibm.db2.jcc.b.SqlException: A system temporary table space with sufficient page size does not exist
..when executing a SQL query (only fetching the first 1000 rows).
How can I check that the current Database has a system temporary table space and that it's big enough (page size)?
Would I get all I need issuing a comman like this (Command Centre):
CONNECT TO [DATABASENAME];
LIST TABLESPACES SHOW DETAIL;
Would "managed space Contents = System Temporary data State" reveal that the tablespace in the list returned is a system temp table space? (I would get the page size in the info returned from the command)..
Many Thanks!
Bjorn
System: DB2 8.2 (8.1.7b) PE
I have a problem with an error:
com.ibm.db2.jcc.b.SqlException: A system temporary table space with sufficient page size does not exist
..when executing a SQL query (only fetching the first 1000 rows).
How can I check that the current Database has a system temporary table space and that it's big enough (page size)?
Would I get all I need issuing a comman like this (Command Centre):
CONNECT TO [DATABASENAME];
LIST TABLESPACES SHOW DETAIL;
Would "managed space Contents = System Temporary data State" reveal that the tablespace in the list returned is a system temp table space? (I would get the page size in the info returned from the command)..
Many Thanks!
Bjorn