签到成功

知道了

CNDBA社区CNDBA社区

How to copy a datafile from ASM to a file system not using RMAN

2016-11-25 15:50 1419 0 原创 Oracle 11g
作者: dave

       http://www.cndba.cn/Dave/article/816

       How to move a datafile from a file system to ASMhttp://www.cndba.cn/Dave/article/816

       http://blog.csdn.net/tianlesoftware/archive/2011/04/22/6342722.aspxhttp://www.cndba.cn/Dave/article/816

      

       How to move a datafile from ASM to the file system
       http://blog.csdn.net/tianlesoftware/archive/2011/04/22/6342740.aspx

步骤如下:http://www.cndba.cn/Dave/article/816

1.  Log onto the target database that is local to the ASM instance as the sys user.

2.  create source directory within the target database.
SQL> create or replace directory SOURCE_DIR as '+DGROUP1/V10ASM/datafile/';
Directory created.

(In this example +DGROUP1/V10ASM/datafile/ is the source directory where the datafile is located and where you wish to copy the file from.)

3.  create destination directory within database.

SQL> create or replace directory ORACLE_DEST as '/restore';
Directory created.

(In this example /restore is the destination directory where the datafile is to be copied to.)

4.  Execute the dbms_file_transfer package.

SQL>
BEGIN
dbms_file_transfer.copy_file(source_directory_object =>
'SOURCE_DIR', source_file_name => 'system.272.617284341',
destination_directory_object => 'ORACLE_DEST',
destination_file_name => 'system.dbf');
END;
/

PL/SQL procedure successfully completed.

(In this example system.272.617284341 is the file I wish to transfer and the destination file is system.dbf)

The file has now been copied to the /restore directory.

http://www.cndba.cn/Dave/article/816

 

 

 

 http://www.cndba.cn/Dave/article/816

 

http://www.cndba.cn/Dave/article/816

From Oraclehttp://www.cndba.cn/Dave/article/816

-------------------------------------------------------------------------------------------------------

Blog http://blog.csdn.net/tianlesoftware

Email: dvd.dba@gmail.comhttp://www.cndba.cn/Dave/article/816

DBA1 群:62697716();   DBA2 群:62697977()   DBA3 群:62697850()  

http://www.cndba.cn/Dave/article/816

DBA 超级群:63306533();  DBA4 群: 83829929  DBA5群: 142216823   

聊天 群:40132017   聊天2群:69087192

--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

版权声明:本文为博主原创文章,未经博主允许不得转载。

oracle 11g

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
dave

dave

关注

人的一生应该是这样度过的:当他回首往事的时候,他不会因为虚度年华而悔恨,也不会因为碌碌无为而羞耻;这样,在临死的时候,他就能够说:“我的整个生命和全部精力,都已经献给世界上最壮丽的事业....."

  • 2261
    原创
  • 3
    翻译
  • 578
    转载
  • 191
    评论
  • 访问:7983225次
  • 积分:4346
  • 等级:核心会员
  • 排名:第1名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ