dbTalk Databases Forums  

Determining availability of reclaimable storage

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss Determining availability of reclaimable storage in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Troels Arvin
 
Posts: n/a

Default Determining availability of reclaimable storage - 01-24-2011 , 08:02 AM






Hello,

Regarding reclaimable storage:
http://publib.boulder.ibm.com/infoce...uw/v9r7/topic/
com.ibm.db2.luw.admin.dbobj.doc/doc/c0055392.html states that

"For a DMS or automatic storage table space created in Version
9.7, you can use reclaimable storage to return unused storage
to the system for reuse."

If I don't know which version DB2 had when a given tablespace was
created, how do I than determine if the tablespace uses reclaimable
storage or not?

--
Troels

Reply With Quote
  #2  
Old   
Kel
 
Posts: n/a

Default Re: Determining availability of reclaimable storage - 01-25-2011 , 02:49 AM






On Jan 24, 9:02*am, Troels Arvin <tro... (AT) arvin (DOT) dk> wrote:
Quote:
Hello,

Regarding reclaimable storage:http://publib.boulder.ibm.com/infoce...uw/v9r7/topic/
com.ibm.db2.luw.admin.dbobj.doc/doc/c0055392.html states that

* *"For a DMS or automatic storage table space created in Version
* *9.7, you can use reclaimable storage to return unused storage
* *to the system for reuse."

If I don't know which version DB2 had when a given tablespace was
created, how do I than determine if the tablespace uses reclaimable
storage or not?

--
Troels
Hi. You can use the following query to see which tablespaces are
enabled for reclaimable storage:

SELECT TBSP_NAME, TBSP_TYPE, RECLAIMABLE_SPACE_ENABLED FROM TABLE
(MON_GET_TABLESPACE('',-2))

Kelly

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.