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 > I wonder: should I worry?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-11, 04:21
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
I wonder: should I worry?

1st quarter of 2012 my client is going to upgrade from 9.5 to 9.7. We are planning to make a backup of the 'old' server and restore that on the 'new' server. The biggest table is partitioned and once a year I run a script to create a new tablespace and add some partitions to that table for another year to come.

So, in december 2012 (I hope to see that day ) I will have one table in my database with partitions hosted by 'old fashioned' tablespaces and other partitions in 'v9.7 native' tablespaces.

Does not sound good, should I worry?
Reply With Quote
  #2 (permalink)  
Old 09-02-11, 06:40
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
what is meant by 'old fashioned' or native : regular / large ?
__________________
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 09-02-11, 09:28
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
No. Old fashioned is a tablespace created in db2 version prior to v9.7.
I call a tablespace native 9.7 when it is created in v9.7 and has the reclaimable storage attribute

IBM DB2 9.7 for Linux, UNIX and Windows Information Center


N.B. still looking for a way to convert our tablespaces as "post-restore" activity.
Reply With Quote
  #4 (permalink)  
Old 09-03-11, 03:07
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
The Solution is in the linked Article:

Quote:
For table spaces created in an earlier version, you must first replace the table space with a new one created using DB2 V9.7. You can either unload and reload the data or move the data with an online table move operation using the SYSPROC.ADMIN_MOVE_TABLE procedure. Such a migration is not required, however. Table spaces for which reclaimable storage is enabled can coexist in the same database as table spaces without reclaimable storage.
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