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 > How to get MAXSIZE value of auto-resizable tablespace using DB2 API?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-16-06, 08:57
cmpjmp cmpjmp is offline
Registered User
 
Join Date: Aug 2006
Posts: 1
Exclamation How to get MAXSIZE value of auto-resizable tablespace using DB2 API?

Hi All,

If there is an auto-resize tablespace, how to get MAXSIZE of it by using DB2 API? The MAXSIZE is displayed in "get snapshot for tablespaces on <db_name>". But I am not able to find equivalent information in DB2 API.

MAXSIZE element is exists in Extended table space description block (SQLETSDESCEXT) structure but it is used in extended database description block (SQLEDBDESCEXT) structure while calling sqlecrea API. But I want to get MAXSIZE of existing auto-resize tablespace.

The SQLB_TBSPQRY_DATA structure doesn't contain this information. Also Tablespace Query API (sqlbmtsq) or Tablespace Statistics API (sqlbgtss) also not giving MAXSIZE value.

Then how to get MAXSIZE of existing auto-resize tablespace using DB2 API?

Thanks.
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