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 > DB2 table space too big sqlstate=54047

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-08, 08:06
bga bga is offline
Registered User
 
Join Date: Sep 2003
Posts: 14
DB2 table space too big sqlstate=54047

Dear all,

Were facing a critical DB2 table space problem, currently were having four containers with 16GB per container with 4KB page size, when try to add another container with 16GB the DB2 issued the error message below.

It seems that we cannot go beyond 64GB and it looks that’s the limit for 4KB page size, any suggestion on how to resolve this problem?

Thanks in advance.

Benjamin Agupitan
PeopleSoft 8.11 SP1/DB2 UDB 8.1/Win2003

--------------------------------------

[IBM][CLI Driver][DB2/NT] SQL1139N The total size of the table space is too big. SQLSTATE=54047

Explanation:

The size of the current table space is too big. The size of a REGULAR or USER TEMPORARY table space is limited to 0xFFFFFF (16777215) pages while the size of a SYSTEM TEMPORARY or LONG table space is limited to 2 terabytes (2 TB)

User Response:

Check the administration notification log for details, Reduce the size of the table space and correct the SQL statement.

sqlcode: -1139

sqlstate: 54047
Reply With Quote
  #2 (permalink)  
Old 01-23-08, 08:41
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
You obviously cannot increase the tablespace size any more, so you options are:

1) move some tables out of this tablespace into another
2) increase the pagesize of this tablespace

Neither one is too pretty, but the first one is less work.

Andy
Reply With Quote
  #3 (permalink)  
Old 01-23-08, 09:32
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
This being PeopleSoft, I'm afraid there is a dependency on some tablespace names by the application, which may drop and create tables "on the fly". The latter approach might be more feasible.
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