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 > upgrading db2 v8 FP17 ESE to v9

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-22-10, 13:41
bic bic is offline
Registered User
 
Join Date: Feb 2007
Posts: 42
upgrading db2 v8 FP17 ESE to v9

We need to upgrade our DB2 v8 Enterprise Edition. Somehow, we only purchased DB2 v9 Workgroup.

I am wondering if we really need Enterprise Edition.

I don't think we're using Table Partitioning:

CREATE REGULAR TABLESPACE TS001 IN DATABASE PARTITION GROUP IBMDEFAULTGROUP PAGESIZE 4096 MANAGED BY SYSTEM
USING ('E:\DB2\NODE0000\SQL00006\TS001')
EXTENTSIZE 32
PREFETCHSIZE 32
BUFFERPOOL IBMDEFAULTBP
OVERHEAD 10.500000
TRANSFERRATE 0.140000
FILE SYSTEM CACHING
DROPPED TABLE RECOVERY ON;

and

ALTER TABLESPACE USERSPACE1
PREFETCHSIZE AUTOMATIC
OVERHEAD 12.670000
TRANSFERRATE 0.180000;


CREATE TABLE "PROD "."EVENT" (
"ID" INTEGER NOT NULL ,
"NAME" VARCHAR(50) NOT NULL )
IN "USERSPACE1" ;


We're not doing Materialized Query Tables or Query Parallelism or Multi dimensional Clustering Tables.
Reply With Quote
  #2 (permalink)  
Old 01-22-10, 13:48
bic bic is offline
Registered User
 
Join Date: Feb 2007
Posts: 42
I think I am confusing table partitioning with table spaces...

http://www.ibm.com/developerworks/da...kopoulos1.html

Last edited by bic; 01-22-10 at 13:54.
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