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

Thread: Raw to UFS

  1. #1
    Join Date
    Jul 2001
    Posts
    181
    I have been tasked with migrating a database from raw partitions to UFS.

    I do not want to use an export/import as this will take too long.

    I was thinking that I could do something with the unix dd command: e.g.
    dd if=/dev/vx/rdsk/datadg/datab068 count=25601 of=/spdata/volufs/dbb068 bs=4096

    dd if=/dev/vx/rdsk/datadg/datab067 count=25601 of=/spdata/volufs/dbb067 bs=4096

    where count= the number of blocks from dba_data_files.


    This appears to work on a small test system.

    Can anyone think of any hairy areas or gotcha's using this method!


    Thanx in advance..

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    With the dd command you can take offline backups in an Oracle Parallel Server Enviroment. I have tried it, it works.




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