码迷,mamicode.com
首页 > 其他好文 > 详细

brtool 日常工作应用

时间:2020-01-09 19:15:30      阅读:116      评论:0      收藏:0      [点我收藏+]

标签: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

brtool 日常工作应用

标签:ext   重命名   connect   sele   rop   res   span   UNC   apc   

原文地址:https://www.cnblogs.com/tingxin/p/12172640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!