DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: datafile recover

  1. #1
    Join Date
    Apr 2001
    Posts
    142
    Hi,

    how do I restore and recover a single datafile with RMAN and a recovery catalogue.

    Thanks

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by Diggers12
    Hi,

    how do I restore and recover a single datafile with RMAN and a recovery catalogue.

    Thanks
    I did answer that already. Read carefully :-) No need to post twice the same stuff. Anyway...

    RUN { ALLOCATE CHANNEL channel1 TYPE DISK;
    COPY DATAFILE '/DISK7/oracle/home/dbs/data05.dbf'
    TO '/DISK4/oracle/home/bkp/data05.dbf'
    RELEASE CHANNEL channel1; }

  3. #3
    Join Date
    Apr 2001
    Posts
    142
    Hello,

    but that is to backup a datafile, I need to restore a backedup datafile?

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width