Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Copying raw oracle db file under aix
Marc Lodico wrote:
>
> Does anyone know a faster way to copy our raw file then using the unix
> 'dd' command. Should
> I use a different command or is there an option I can use to speed up
> the 'dd'.
>
> Currently the copy command looks like :
>
> dd bs=4k skip=1 if=/dev/rawfile1 of=/oraback/rawfile1
>
> For a 1 GB raw device file it takes 2 hours with the above command -
> Ouch!
>
> Any help would be greatly appreciated.
>
> Please reply to me via
> mlodico_at_bigfoot.com
Try dd bs=64k Received on Wed Feb 04 1998 - 00:00:00 CST
![]() |
![]() |