473,387 Members | 1,476 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

containers info

hi All, can anyone tell me which DB2's system table stores information about dms tablespace containers..example number of used pages, number of freepages etc..
thanks,
sunny
Mar 21 '08 #1
3 1938
Try....... db2pd -tablespace -alldbs
Mar 22 '08 #2
sakumar9
127 Expert 100+
You can try "db2 list tablespaces show detail"

Regards
-- Sanjay
Mar 24 '08 #3
sakumar9
127 Expert 100+
You can also look in syscat.tablespaces table. This table will have complete information about the tablespaces.

Expand|Select|Wrap|Line Numbers
  1. $ db2 describe table syscat.tablespaces
  2.  
  3.                                 Data type                     Column
  4. Column name                     schema    Data type name      Length     Scale Nulls
  5. ------------------------------- --------- ------------------- ---------- ----- ------
  6. TBSPACE                         SYSIBM    VARCHAR                    128     0 No
  7. OWNER                           SYSIBM    VARCHAR                    128     0 No
  8. OWNERTYPE                       SYSIBM    CHARACTER                    1     0 No
  9. CREATE_TIME                     SYSIBM    TIMESTAMP                   10     0 No
  10. TBSPACEID                       SYSIBM    INTEGER                      4     0 No
  11. TBSPACETYPE                     SYSIBM    CHARACTER                    1     0 No
  12. DATATYPE                        SYSIBM    CHARACTER                    1     0 No
  13. EXTENTSIZE                      SYSIBM    INTEGER                      4     0 No
  14. PREFETCHSIZE                    SYSIBM    INTEGER                      4     0 No
  15. OVERHEAD                        SYSIBM    DOUBLE                       8     0 No
  16. TRANSFERRATE                    SYSIBM    DOUBLE                       8     0 No
  17. PAGESIZE                        SYSIBM    INTEGER                      4     0 No
  18. DBPGNAME                        SYSIBM    VARCHAR                    128     0 No
  19. BUFFERPOOLID                    SYSIBM    INTEGER                      4     0 No
  20. DROP_RECOVERY                   SYSIBM    CHARACTER                    1     0 No
  21. NGNAME                          SYSIBM    VARCHAR                    128     0 No
  22. DEFINER                         SYSIBM    VARCHAR                    128     0 No
  23. REMARKS                         SYSIBM    VARCHAR                    254     0 Yes
  24.  
  25.   18 record(s) selected.
  26.  
  27.  
Regards
-- Sanjay
Mar 24 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Catherine Lynn Smith | last post by:
I want to know the recommended way to handle scripting of/with containers such as an iframe. I have a page with border-navigation bars on the top/bottom/left/right and I want to use an iframe to...
9
by: deancoo | last post by:
Hello all, I'm new to the C++ STL, and am trying to wrap my head around why the following piece of code doesn't compile. What am I doing wrong? Thanks for any help. d #include <cstdlib>...
14
by: phil_gg04 | last post by:
Dear C++ Experts, Over the last couple of months I have been writing my first program using shared memory. It has been something of an "in-at-the-deep-end" experience, to say the least. At...
18
by: Matthias Kaeppler | last post by:
Hi, in my program, I have to sort containers of objects which can be 2000 items big in some cases. Since STL containers are based around copying and since I need to sort these containers quite...
8
by: Gregory | last post by:
I have a question about using STL containers in C++ class public interface. Lets say that I want to return some container from class method or accept class method parameter as some container. For...
1
by: Jean-Marc Blaise | last post by:
IBM recommends to place each ts container on a different physical disk. What about the impacts if all containers (DMS) are in the same FS (supported by multiple disks) ? Does DB2 preallocate...
2
by: Hemant Shah | last post by:
Folks, I have questions about using multiple containers in a table space. Currently we are using JBODS (Just Bunch Of DiskS) for table spaces on the DB2 server. I have setup table spaces...
15
by: Nindi73 | last post by:
HI If I define the class DoubleMap such that struct DoubleMap : public std::map<std::string, double>{}; Is there any overhead in calling std::map member functions ? Moreover are STL...
3
by: Troels Arvin | last post by:
Hello, I need to get an overview of all my tablespaces, how full they are, and which containers are connected to them. I know of LIST TABLESPACE CONTAINERS, but it's annoying to have to look...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.