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 > Flummoxed - Tablespace autoresize

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-03-06, 11:44
jhehir jhehir is offline
Registered User
 
Join Date: Mar 2005
Posts: 9
Flummoxed - Tablespace autoresize

I specified this when creating some tablespaces;

Does anybody know where autoresize, increasesize, and maxsize it is stored, Id' imagine in the catalog but where.

- John H

db2 udb fp11 on aix
Reply With Quote
  #2 (permalink)  
Old 05-04-06, 14:44
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
Methinks it is in /home/db2inst1/db2inst1/NODE0000/SQL00001/SQLSPCS.1 (and .2)
__________________
mota
Reply With Quote
  #3 (permalink)  
Old 05-08-06, 22:59
cchattoraj cchattoraj is offline
Registered User
 
Join Date: Mar 2003
Posts: 343
try a db2look for tablespaces ( I think it's the -l option)> Do post and let us know if this worked.

I haven't seen this in the table function snapshot_tbs_cfg.
Reply With Quote
  #4 (permalink)  
Old 05-09-06, 10:26
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Code:
$ db2 get snapshot for tablespaces on test
...
Tablespace name                            = TEST

...
  Using automatic storage                  = Yes
  Auto-resize enabled                      = Yes
...
  Initial tablespace size (bytes)          = 10485760
  Current tablespace size (bytes)          = 10485760
  Maximum tablespace size (bytes)          = 104857600
  Increase size (percent)                  = 10
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