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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Converting from raw to filesystem

Re: Converting from raw to filesystem

From: Fuad Arshad <fuadar_at_yahoo.com>
Date: Wed, 8 Feb 2006 08:52:27 -0800 (PST)
Message-ID: <20060208165227.87566.qmail@web82112.mail.mud.yahoo.com>


thisis what i get after the plain dd
  dd if=/dev/rvdsystem01 of=/usr/local/oracle/database/tempdb01/system01.dbf   SQL> alter database open;
alter database open
*
ERROR at line 1:

ORA-01122: database file 1 failed verification check
ORA-01110: data file 1: '/usr/local/oracle/database/tempdb01/system01.dbf'
ORA-01251: Unknown File Header Version read for file number 1
  

"Radoulov, Dimitre" <cichomitiko_at_gmail.com> wrote:   > I'm trying to test a conversion from raw to filesystems.
> a couple of questions am planning to use dd
> this is AIX 5.2
> i know to convert from raw to filesystem there is an filesystem header
> offset you need to be careful of .
> a simple dd wont work to convert.
> any ideas suggestions.

Did it many times without any problem (on SUN Solaris).

Regards,
Dimitre   

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Feb 08 2006 - 10:52:27 CST

Original text of this message

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