第一步:
df -m 查看 磁盘容量情况
第二步:
shutdown 数据库
第三步:
mv 原来位置 目的
第四步:
startup mount
第五步:
alter database rename file '原来文件' to '当前文件'
第六步:
alter database open;
转载于:https://blog.51cto.com/ganludong/290135
转载于:https://blog.51cto.com/ganludong/290135