oracle11g 使用Exp备份命令,空表不能备份出来

1.解决方法

select
'alter table ' || table_name || ' allocate extent;'
from
user_tables where num_rows = 0

上面的是得到未分配表存储空间的Tsql,直接在工具里运行得到结果


将结果复制在
cmd中运行
sqlplus 用户/密码@服务名

posted @ 2012-06-11 15:28  angus_csh  阅读(672)  评论(0编辑  收藏  举报