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 > moving table from 4k to 16k tablespace

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-08, 17:21
rangupt rangupt is offline
Registered User
 
Join Date: Jan 2008
Posts: 96
moving table from 4k to 16k tablespace

Hi All,

OS:AIX 5.3
DB2 V8.1 FP14

Can I move a table from 4k tablespace to a 16k tablespace by using the following command?

Alter table <tablename> set tablespace <tablespace_name>

Thanks

Rangupt
Reply With Quote
  #2 (permalink)  
Old 02-13-08, 18:50
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
No. You will have to create the new table space, then re-create the table in the new table space and copy over the data.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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