标签:ext 重命名 connect sele rop res span UNC apc
扩张表空间
brspace -c force -function tscreate -tablespace PSAPES750X -class none -data both -size 8000 -compress yes -autoextend no brspace -c force -function tsextend -tablespace PSAPES750X -size 8000 -autoextend no
删除表空间
brspace -c force -f tsdrop -t PSAPP01750
表空间重组
select TABLE_NAME from dba_tables where TABLESPACE_NAME=‘PSAPES740‘; brspace -c force -f tbreorg -s psapes740 -t "*" -n psapes750x
表空间重命名
brspace -u // -c force -f tsalter -a rename -t PSAPCBTAB -n PSAPBTAB -f
表的信息统计更新
brconnect -u // -c -f stats -force collect,allsel -t USH02 brconnect -u // -c -f stats -force collect,allsel -t PCL2 brconnect -u // -c -f stats -force collect,allsel -t PPDIX
标签:ext 重命名 connect sele rop res span UNC apc
原文地址:https://www.cnblogs.com/tingxin/p/12172640.html