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

Thread: Datafile

  1. #1
    Join Date
    Apr 2001
    Posts
    142
    Does anyone know how to backup a daafile only using Rman with a recovery catalog.

    Thanks

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by Diggers12
    Does anyone know how to backup a daafile only using Rman with a recovery catalog.

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


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