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

Thread: RMAN and RAW Devices

  1. #1
    Join Date
    Apr 2000
    Location
    Charlotte, NC, USA
    Posts
    48

    Exclamation

    Hi,

    Has anyone used RMAN to backup an OPS/raw devices database to DISK? A RAW disk? Is this reliable?

    What other methods are available and reliable to do RAW/OPS backups?

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    I use "dd" command for backup files on raw devices.

    $ dd if=/dev/... of=..filename
    if --> input file (or raw device)
    of --> usual unix file (may be on type)

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