brtool 日常工作应用

时间:2020-01-09 19:15:30   收藏:0   阅读:116

扩张表空间

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
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!