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 > Cant increse SMS tablepspace pagesize

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-17-12, 06:00
Sandeep_Sharma Sandeep_Sharma is offline
Registered User
 
Join Date: Sep 2011
Location: Delhi
Posts: 17
Cant increse SMS tablepspace pagesize

Hi,

I have a DB2 ESE V8.1 FP14 on a windows server. I was trying to add a column in a table but on doing that getting this error:

SQL0670N The row length of the table exceeded a limit of 4005 bytes. (TABLESPACE USERSPACE1)

I checked the tablespaces and all of these are SMS tablespaces and i think they are managed by the system itself so even i cant change them..

Any solution of this .. please help
Reply With Quote
  #2 (permalink)  
Old 01-17-12, 07:57
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
and I think : you have a lot of reading todo
tablespaces are part of the db2 basics
see for all details
ALTER TABLESPACE
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 01-17-12, 09:12
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
You cannot modify the tablespace page size once it's created. You will need to create another tablespace with the required page size, then create your table there.
Reply With Quote
  #4 (permalink)  
Old 01-17-12, 13:19
dbawork dbawork is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
You can't change the page of tablespace

In DB2, any version, you are not allowed to change the page size of tablespace.
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