Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Backup using dd

Backup using dd

From: ctemp <ctemp01_at_hotmail.com>
Date: 27 Sep 2001 10:48:59 -0700
Message-ID: <4d44e6cf.0109270948.23ede0e8@posting.google.com>


I am trying to backup a database which datafiles are on raw device. It is a 8.1.7 database on Redhat 6.2. The following command supposed to be used:

dd if=/dev/... of=/opt/... bs=<block size> skip=<header block>

Question: how many header blocks I need to specify here e.g. bs=512, skip=???

Any help info will be appreciated.

Thanks,
Yu Received on Thu Sep 27 2001 - 12:48:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US