Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Export from HP Unix / Import to Redhat
My guess is that due to the 7.3.4 version the only option you have is
export-import. (I don't think there's an Oralce 7.3.4 for linux).
You could then:
1) export the DB in the HP box (7.3.4 export)
ie
exp userid=user/pass file=734_exp.dmp etc, etc, etc
2) move the file o the linux box.
ie
scp 734_exp.dmp oracle_at_linuxbox:/tmp/734_exp.dmp
3) import the file into 8i or 9i:
ie
imp userid=user/pass file=734_exp.dmp etc, etc, etc
Smith, Ron L. wrote:
>We are getting ready to upgrade an Oracle 7.3.4 HP Unix database and in
>the process move the database to an Oracle 8i or 9i database on an Intel
>Linux platform.
>
>My question is; How do I move the data from one to the other? Are the
>formats compatible?
>
>Thanks!
>Ron Smith
>----------------------------------------------------------------
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>----------------------------------------------------------------
>To unsubscribe send email to: oracle-l-request_at_freelists.org
>put 'unsubscribe' in the subject line.
>--
>Archives are at http://www.freelists.org/archives/oracle-l/
>FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
>-----------------------------------------------------------------
>
>
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Apr 14 2004 - 11:31:56 CDT
![]() |
![]() |