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 > system temporary table spaces

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-27-04, 14:26
prithvi_raj prithvi_raj is offline
Registered User
 
Join Date: Apr 2004
Posts: 36
Angry system temporary table spaces

"Error: SQL1585N A system temporary table space with sufficient page size
does not exist. SQLSTATE=54048
(State:54048, Native Code: FFFFF9CF)"


I got the above error.
Then i checked and created a temp. tablespace of pagesize 32768. Because there is a table of that size.
But still the error is persisting.
Reply With Quote
  #2 (permalink)  
Old 04-27-04, 15:45
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
You probably should create a temp tablespace for each page size (4,8,16, and 32). That way when a temp table is created, whatever page size DB2 decides it needs, there will be a tablespace for it.

HTH

Andy
Reply With Quote
  #3 (permalink)  
Old 04-27-04, 17:05
Kota Kota is offline
Registered User
 
Join Date: Jun 2003
Posts: 113
I'm not sure if tablespaces of all sizes are needed. The 32K pagesize should be able to accomodate the row lengths and number of columns that a 4,8,16K can accomodate.
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