Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: cp command to backup database
joe haydn wrote:
> hi all. We're working on an oracle server, linux (suse 7.3) based, in
> migrating to a faster machine with bigger harddrive. First we plugged in the
> correctly partitioned harddrive from the new machine, then booted off the
> Oracle server via a knoppix cdrom, and mounted both hda and hdb, and did:
>
>
>>cp -a /mnt/orig/* /mnt/dest/
Silly question, but Oracle was shut down, wasn't it? I assume so, as you booted from cd.
It looks like the disk's not well at all. cp will copy files of any kind without any problems.
As a last ditch attempt, download the latest reiser toolkit, reiserfsprogs, umount the partition and try and recover it. reiserfsck has lots of exciting options iirc!
I'd also see if I could perform a full export of the database... you never know, it may be unused parts of the tablespaces that are corrupt.
using dd will just transfer a real problem onto an 'imagined' one.
hth,
Steve Received on Thu Jun 24 2004 - 05:49:03 CDT