oracle数据文件迁移-创新互联
环境:win 2008 oracle 11g
应开发人员申请,将本地automap数据文件迁移到磁阵上。
数据库非归档模式
数据文件迁移:
SQL>select name from v$datafile;
D:\app\oradata\orcl\automap01.dbf
D:\app\oradata\orcl\automap02.dbf
...............
SQL>shutdown immediate
(以下的$move命令 应该等同于操作系统的剪切粘贴命令)
SQL> $move D:\app\oradata\orcl\automap01.dbf E:\app\oradata\orcl\automap01.db'
SQL> $move D:\app\oradata\orcl\automap02.dbf E:\app\oradata\orcl\automap02.db'
SQL> startup mount
文章名称:oracle数据文件迁移-创新互联
网页链接:
http://dzwzjz.com/article/dgdghg.html