免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3407 | 回复: 1
打印 上一主题 下一主题

SYBASE IQ DBFILE 迁移 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-02-10 11:48 |只看该作者 |倒序浏览
--查看dbfile 信息
sp_iqfile

--添加一个dbfile
alter dbspace iq_main add file newiq_main  'newiq_main.iq' size 75MB reserve 200MB
alter dbspace IQ_SYSTEM_MAIN add file newiqdemo_main  'newiqdemo_main.iq' size 25MB reserve 200MB
alter dbspace IQ_SYSTEM_TEMP add file newiqdemo_temp  'newiqdemo.iqtmp' size 13MB reserve 0MB

--设置原dbfile 为只读模式
alter dbspace iq_main alter file  iq_main READONLY
alter dbspace IQ_SYSTEM_MAIN alter file IQ_SYSTEM_MAIN READONLY
alter dbspace IQ_SYSTEM_TEMP alter file IQ_SYSTEM_TEMP READONLY

--清空原dbfile ,temp file 不用
sp_iqemptyfile 'iq_main'
sp_iqemptyfile 'IQ_SYSTEM_MAIN'

--删除iq_main file
alter dbspace iq_main drop file iq_main
alter dbspace IQ_SYSTEM_MAIN drop file IQ_SYSTEM_MAIN
alter dbspace IQ_SYSTEM_TEMP drop file IQ_SYSTEM_TEMP

论坛徽章:
0
2 [报告]
发表于 2011-02-14 14:15 |只看该作者
不错不错,学习了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP