发表评论取消回复
相关阅读
相关 查询表空间使用情况
select ts\_name , extensible\_bytes extensible , allocated\_bytes allocated , allo
相关 查询表空间使用情况
select ts\_name , extensible\_bytes extensible , allocated\_bytes allocated , allo
相关 准确查询表空间使用情况
[https://www.xbdba.com/2018/10/18/correct-query-tablespace-usage/][https_www.xbdba.com_
相关 linux清理db2表空间,快速清空DB2表记录
truncate 命令在DB2里面没有,V9.7据说有. =================================================== db2 i
相关 DB2表空间扩容
1 - Detect what tablespace has size issues db2 list tablespaces show detail 2 -
相关 db2表空间常用命令
创建表空间 create LARGE TABLESPACE MY_TB_32K PAGESIZE 32K MANAGED BY DAT
相关 oracle查询临时表空间使用情况
select h.tablespace\_name tablespace\_name,f.autoextensible, round(sum(
相关 db2 查询表空间使用情况
1、SQL 查询(选择Schema为SYSPROC) SELECT SUBSTR(TABLESPACE_NAME,1,20) AS T...
还没有评论,来说两句吧...