brtool 日常工作应用

扩张表空间

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

猜你喜欢

转载自www.cnblogs.com/tingxin/p/12172640.html
今日推荐