028-86922220

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

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://www.tsicrk.com/article/dgdghg.html

其他资讯

让你的专属顾问为你服务

0.6156s