此文章主要向大家描述的是DB2查詢Database裡的所有Container的實際操作方法,以下就是對DB2查詢Database裡的所有Container的實際操作方法具體內容的描述,希望在你今後的學習中會有所幫助。
DB2查詢Database裡面的所有Container的方法
- db2 "select substr(tbsp_name,1,25) tbsp_name,substr(container_name,1,50)
- container_name,total_pages,usable_pages from sysibmadm.snapcontainer"
- Exp
- :
- [db2inst1@localhost ~]$ db2 "select substr(tbsp_name,1,25) tbsp_name,substr(container_name,1,50)
- container_name,total_pages,usable_pages from sysibmadm.snapcontainer"
- TBSP_NAME CONTAINER_NAME TOTAL_PAGES USABLE_PAGES
- SYSCATSPACE /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000000/C 8192 8188
- TEMPSPACE1 /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000001/C 0 0
- USERSPACE1 /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000002/C 4096 4064
- IBMDB2SAMPLEREL /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000003/C 4096 4064
- SYSTOOLSPACE /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000004/C 4096 4092
- IBMDB2SAMPLEXML /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000005/C 4096 4064
- SYSTOOLSTMPSPACE /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000006/C 0 0
以上的相關內容就是對DB2查詢Database裡面的所有Container的方法的介紹,望你能有所收獲。
上述的相關內容就是對DB2查詢Database裡面的所有Container的方法的描述,希望會給你帶來一些幫助在此方面。